step

Steps through a program, automatically executing the display command.

Syntax
step [asm|src] [into|over|out]
step [nve|nxt|fwd|end|aft]
Parameter
asm|src

Controls whether the step is performed at the assembly instruction level or the source code level.

into|over|out

Controls the type of step operation. If unspecified, into is used.

nve

Step non optimized action.

nxt

Step next action.

fwd

Step forward action.

end

Step end of statement action.

aft

Step end all previous action.

Examples

The following table lists and defines examples of the step command.

Table 1. step Command-line debugger command - Examples
Command Description
step Steps into the current source or assembly line.
step over Steps over the current source or assembly line.
step out Steps out of a function.
step asm Steps over a single assembly instruction.