Mixed C & Assembly view when debugging

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mixed C & Assembly view when debugging

1,562 Views
CLincoln
Contributor I
Sorry for littering the boards with all of these nube questions. I've done some cursory searching of the forums and help files but haven't found the answer...
 
When debugging a C based project, is it possible to set a breakpoint on a C statement, but switch to the assembled code and step through the low level instructions?  Using CW 4 CF 6.4.
 
Alternately, what is the method of viewing the C compiler's generated code?
 
TIA,
 
Chris L.
Labels (1)
0 Kudos
Reply
1 Reply

782 Views
Technoman64
Contributor III
When have started a debug session you can use the "Data" menu to select "Disassembly" or "Mixed Assembly, C code" and the view will show the assembly instructions that were generated by the compiler.
0 Kudos
Reply