Crossware

Table of Contents        Previous topic       Next topic       

Commands->Step Over

Simulation and On-Chip Debugging

Use the Step Over command to execute the next instruction.  If the next instruction is a subroutine or function call, then this command will cause the complete subroutine or function to be executed.

Execution will be halted by a breakpoint if one is encountered before exit from the subroutine of function.

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

If the next instruction is not a subroutine or function call, then Step Over and Step Into behave identically.