| |||
| Home > AXD > AXD Facilities > Stopping and stepping > Stepping through a program | |||
When execution has stopped at a breakpoint or watchpoint, and you have completed your examination, you can:
continue to the next breakpoint or watchpoint
continue to a specific address indicated by the position of the cursor in a listing of the program image
execute a single instruction.
If you are continuing from a call to a function, you can stop next at one of the following:
the first executable instruction of that function
the instruction in the calling program at which control returns from the function.
The various stepping options are described in Execute menu.
If you want to step though assembly language code you must ensure that you use frame directives in your assembly language code to describe stack usage.