Mixed C & Assembly view when debugging

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Mixed C & Assembly view when debugging

1,584件の閲覧回数
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.
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 返信

804件の閲覧回数
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 件の賞賛
返信