SET STEP Command
Opens the Trace window and suspends program execution for debugging.
SET STEP ON
Parameters
- ON
Opens the Trace window and suspends program execution.
Remarks
SET STEP is used to debug programs. You can insert SET STEP ON in a program at the point where you'd like to execute individual commands.
For information about the Trace Window, see Testing and Debugging Applications.
You can pass parameters to a program and then trace its execution by following these steps:
Open the Trace window.
From the Trace window's Program menu, choose Open and select the program to trace.
Set a breakpoint on the first executable line of the program.
In the Command window, DO the program WITH the parameters.