$

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.