In the debug mode, I can execute the code line by line. However, I want to also see in assembly mode. The instruction trace of the particular line of C code. Is it available, I couldn’t find this feature?
Thank you
In the debug mode, I can execute the code line by line. However, I want to also see in assembly mode. The instruction trace of the particular line of C code. Is it available, I couldn’t find this feature?
Thank you
Hi mr_Ash,
Please select Window → Show View → Disassembly to see your code in assembly mode. You will see the Disassembly tab, in there you can see assembly code and add breakpoints to debug.
Nice. Thank you. Also, I see there is trace control as well. The window reads tracing is not supported. This feature is not yet out? or Should I enable some option before building? Thanks
Sorry for the late reply, I think this feature is not supported yet