| |||
| Home > Executing Images > Stepping by instructions > Considerations when low-level stepping in the source view | |||
If you are performing low-level stepping in the source view, then be aware of the following:
Where lines of source code comprise several assembly instructions, the red box does not move from the source line until all instructions for that line of source have been executed.
If a breakpoint is hit when stepping, then the breakpoint might be activated if the breakpoint conditions are met during the step operation. See Breakpoints in RealView Debugger for more information about breakpoints.