| |||
| Home > Executing Images > About image execution > The stepping controls | |||
Controls are available for you to:
step by lines of source code, referred to as high-level stepping
step by assembly instructions, referred to as low-level stepping
step until a user-specified condition is reached.
Stepping controls are provided:
On the Code window main menu, select:
Debug → Step Into (F11)
Debug → Step Over (next) (F10).
The operations performed by these controls depend on the current view:
in the source code view, these controls perform high-level stepping
in the disassembly view, these controls perform low-level stepping.
On the Code window Debug toolbar. There is a separate button for each type of step operation you can perform:
click Step to step by line or instruction into functions
click Next to step by line or instruction over functions.
Using the various STEP commands. With the STEP commands, you can also:
step a specified number of source lines
step a specified number of assembly instructions.