| |||
| 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 Debug menu, select:
Step Into (F11)
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:
Step to step by line or instruction into functions
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.