Crossware

Table of Contents        Previous topic       Next topic       

Simulator Commands->Step Over

Use this command to execute the next instruction.  If the next instruction is a subroutine or function call, then the step over command will cause the whole of this subroutine or function to be executed.

Execution will be halted by a breakpoint if one is encountered before exit from the subroutine unless the no break on stepover option has been set.

To step into the next instruction if it is a subroutine call, use the step into command.

If the next instruction is not a subroutine call, then step over and step into behave identically.