basic.debugger.$

Command/BASIC: Debugger, Releases: AP, R83, and AP 6.0 FlashBASIC

Displays current program name and line number.

Description

displays the current program name and current line number, and verifies the object code.

The object code is verified by performing a checksum verification. This is used to determine if the object code has been corrupted since the last time it was compiled.

The '$' and '?' commands are identical.

Example

:run bp conv (d<return>
*E1 <- Displayed by debugger.
*$<return> <- This is entered.
*$ conv L 1 object verifies.

See Also

Command Name Type Description
basic.debugger.v Command Verifies Pick/BASIC object code.
basic.debugger.z Command Establishes location of source program.
basic.debugger.? Command Displays current program name and line number.
basic.debugger.$! Command Displays call stack.
basic.debugger.?! Command Displays call stack.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.