basic.debugger.?
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
