We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm very new to this stuff and still learning the basics. I'm trying to step through my C program in disassembly view to follow what is happening step-by-step. But it is skipping over assembly statements in the disassembly view. I believe it is stepping through the C program statement by statement, and in doing so it jumps over all the assembly language associated with each C statement in the disassembly view. It is executing the code properly, but I want to see what is happening with each instruction. Is there any way for me to step through the ASM statement by statement? I haven't been able to find a setting that will let me do that. Thanks.