Stepping over routine call

Use the next command in the Command-Line Debugger Shell to execute the current statement and advance to the next statement in the source code. If the current statement is a routine call, program execution continues until it reaches:

Alternatively, choose Run > Step Over or click the Step Over button (shown at left) in the Debug view toolbar to step over a routine. The current statement or routine executes; then program execution stops.