Stepping Through Code (C/Disassembly)
I was working on a project and steping through the C code then on one debug session now I can only step through the disassembly view. I loaded another project, closed CrossWorks, all projects now only step in disassembly.
How do I turn it off and go back to c source debugging?
-
Are you using clang as the compiler? I have the same issue but only when using clang. The issue did not present itself until I stepped into the debug_printf function. That switched me to assembler view (presumably because I didn't have the sources). From then on I was stuck there. Switching the compiler back to gcc fixed it, but clang seems to be stuck in this state.
Please sign in to leave a comment.
Comments
5 comments