Use the step command in the Command-Line Debugger Shell to execute one source-code statement at a time and follow execution in a routine call.
Alternatively, choose Run > Step Into or click the Step Into button in the Debug view toolbar to step into a routine.
After the debugger executes the source code statement, the current statement arrow moves to the next statement. The debugger uses these rules to find the next statement: