Steps through a program, automatically executing the display command.
step [asm|src] [into|over|out]
step [nve|nxt|fwd|end|aft]
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.
The following table lists and defines examples of the step command.