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.
Hello,
I will change from the uVision V4.72 to V4.74. Actually I'm testing the new Version but something is strange. In Version 4.72 I could get step by step through the source code, during the Debugger is running. Now one step means one step in the assembler code.
Is it possible to deaktivate this, so can get through the source code step by step.
Thanks for your comments
Thomas
Provided you have source behind it, you should be able to switch between the disassembly and source panes for debugging/stepping.
On the source side you may encounter non-linear code flow as a result of optimization, as lines may be removed, folded, or re-ordered. For a simpler experience turn off optimization.