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.

Reality V15.2 Online Documentation (MoTW) Revision 3

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

Version 2 of this command displays, in the following order:

Note The previous Version of this command did not report: trace suppression, child/parent debug contexts, printer output, and terminal output.

Examples

Example 1

*D 
Version 2

Trace 1 STRING
Trace 2 DATE
Trace 3 ITEM

Break 1 ITEM=15
Break 2 $ = [4+2]
Break 3 $ = 17
*

Shows that:

Example 2

*D 
Version 2

Line Step (E) = 1
Source View (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 
Version 2

Line Step (E) = 5
Break Skip (N) = 99
Source View (V) = 2,1

Trace 1 /a

Break 1 £=4

Moldule Change Active
Module All           SUB1
Module Entry         SUB2
Module Entry/Return  SUB3

DEBUG Statement Suppressed
Warnings Fatal
Cursor Positioning Inhibited
*

Example 4

*D 
Version 2

Line Step (E) = 1
Break Skip (N) = 16
Source View (V) = 1,2

Trace Suppressed
Trace 1 /TMP
Trace 2 /I

Break 1 TMP = I & $ = 10 & J = 6
Break 2 &1
Break 3 &1
Break 4 I = 32
			
Module Change Active
Module All           SUBA
Module Entry         SUBE
Module Entry/Return  SUBR

DEBUG Statement Suppressed
Warnings Fatal
Cursor Positioning Inhibited
Debug Child Contexts Active
Printer Active
Terminal Output Suppressed
*

RealityV15.2Revision 3Comment on this topic