SET STEP
SET STEP ON opens the dBASE Plus Debugger. This command is supported primarily for compatibility with dBASEIV. In dBASE Plus, use DEBUG to open the debugger.
Syntax
SET STEP on | OFF
The default for SET STEP is OFF.
Description
Use SET STEP to turn on the Debugger and view or control program execution interactively. SET STEP is identical to DEBUG. For more information, see DEBUG.