Step Commands

You can use step commands to step through your program a single line or disassembly instruction at a time. You can issue step commands from the Source window that contains the current execution point.

The following types of step commands are available:

Note that execution may stop earlier than indicated above, if the debugger encounters a breakpoint or an exception.

You can use combinations of step commands to step through multiple calls on a single line.



Stepping and Functions