DataBasic Reference > The Debugger > Summary of Debugger Commands > DE{BUG}

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

DE{BUG} command (DataBasic debugger) (m618706+debug.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

DE{BUG}

Exits from the DataBasic debugger to the System debugger.

Syntax

DEBUG

DE

Operation

The command can be typed DE, Debug, or DEBUG.  The command allows you to exit the DataBasic debugger and enter the System debugger, if permitted by your security profile.

Example

*DE 
rdb->
.
.
.
rdb->    LINE FEED
*

The DE command causes an exit to the System debugger. Later, pressing LINE FEED at the 'rdb->' prompt returns you to the DataBasic debugger at the same point where you exited.

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