This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IAR Workbench Debugger Question

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.