DEBUG Statement

Passes control to the DataBasic debugger.

Syntax

DEBUG

Operation

The DEBUG statement passes control to the DataBasic debugger. The program must be run via the DEBUG command for the DEBUG statement to be operational.

For more information on the DataBasic debugger, refer to The Debugger.

Example

.
.
DEBUG

Enters the DataBasic debugger, provided the program was run via TCL command with the DEBUG command.