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 an line number

Example

:run bp conv (d<return>
*E1
*?<return>
*? conv L 1 object verifies.

'conv' is the name of the program being executed. 'L 1'
indicates that line one of the program is about to be executed.

If the 'conv' program had been 'flashed' (meaning, compiled
with the 'o' option), the message produced by '?' would
appear as:

*? conv L 1 FlashBASIC object verifies.

See Also

Command Name Type Description
basic.debugger.?! Command Displays call stack.
basic.debugger.$! Command Displays call stack.
basic.debugger.$ Command Displays current program name and line number.
basic.debug Statement Invokes Pick/BASIC debugger.
tcl.debug Verb: Access Enters virtual or Pick/BASIC debugger.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.

User Comments

What do you think?

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

Login to leave your comments.