basic.debugger.? Command/BASIC: Debugger
basic.debugger.?
| Command | basic.debugger.? Command/BASIC: Debugger Applicable release versions: AP, R83, AP 6.0 FlashBASIC |
|---|---|
| Category | BASIC: Debugger (38) |
| Description | Displays the current program name an line number |
| Syntax | |
| Options | |
| 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. |
| Purpose | |
| Related |
basic.debugger.?! basic.debugger.$! basic.debugger.$ basic.debug tcl.debug basic.debugger.overview flash.basic |
