Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.
See Also
SET ECHO | Trace Window | Testing and Debugging Applications