STEP
Step to the next Synergy DBL statement
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
STEP [count] STEP option
Arguments
count
(optional) Steps through count statements in the current step mode.
option
One of the following options:
Step into, or enter, a routine.
Step over, or skip, a routine.
Discussion
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.
Examples
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