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

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

$ command (DataBasic debugger) (m618706+dlr.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

$

Displays the program name and the line number that is about to be executed.

Syntax

$

£

Operation

When you first enter the debugger, the number of the program line about to be executed is displayed. However, after working in the debugger for some time, the beginning of the session can be scrolled off the screen. The $ command redisplays the line number, just as when you first entered the debugger.

Example

*$      PRAC 0007

Indicates that line 0007 of the DataBasic program PRAC is about to be executed.

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