Stepping Out of Routine Call

Use the Step Return command in the Command-Line Debugger Shell to execute the rest of the current routine and stop program execution after the routine returns to its caller. This command causes execution to return up the call chain.

Alternatively, choose Run > Step Return or click the Step Return button in the Debug view toolbar to step out of a routine.

The current routine executes and returns to its caller; then program execution stops.