DataBasic Reference > The Debugger > Summary of Debugger Commands > D

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

D command (DataBasic debugger) (m618706+d.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

D

Displays the current state of DataBasic debugger controls and options, as set by various debugger commands.

Syntax

D

Operation

Displays, in the following order:

Examples

Example 1

*D 
T1 STRING
T2 DATE
T3 ITEM
B1 ITEM=15
B2 $ = [4+2]
B3 $ = 17
*

Shows that:

Example 2

*D 
E = 1
V = 1
DEBUG Statement Suppressed
*

Example 3

*t/a+ 
*b £=4+ 
*e5 
*n99 
*v2,1 
*M On
*@ On
*wf On
*cp Cursor Positioning Inhibited
*ma M.SUB1 Added
*ME M.SUB2 Added
*MR M.SUB3 Added
*D 
T1 /a
B1 £=4
E = 5
N = 99
V = 2,1
M On
DEBUG Statement Suppressed
Warnings Fatal
Cursor Positioning Inhibited
Monitored Code Modules:
M.SUB1 (A)
M.SUB2 (E)
M.SUB3 (R)
*

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