Step Return Out of a Routine

Use the Step Return command () 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 calling chain.

Step Returning from a Routine

or

For more information on debugging, see C/C++ Development User Guide > Tasks > Running and debugging projects > Debugging.

Related references