DataBasic Reference > Statements and Intrinsic Functions > D > DEBUG Statement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

DEBUG Statement (DataBasic) (m618703+debug_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic