STEP

Step to the next Synergy DBL statement

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

STEP [count]
STEP option

count

(optional) Steps through count statements in the current step mode.

option

One of the following options:

INTO

Step into, or enter, a routine.

OVER

Step over, or skip, a routine.

The STEP command steps to the next Synergy DBL statement.

If no arguments are specified, STEP steps in the current step mode, as set by the SET command. You can check the current step mode with the SHOW command.

You can only STEP into an XCALL, not a function; to step into a function, use the GO/NEXT command.

The following example steps to the next Synergy DBL statement. If the next statement is an XCALL statement, the debugger either steps over or into the routine, depending on the mode that was set by the SET command. If no STEP mode was set, this command will STEP INTO the routine by default.

STEP