basic.debugger.l

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

Lists program source line(s).

Syntax

{Flash.routine.name:}?l{starting.line-ending.line} {Flash.routine.name:}?l{line.number} {Flash.routine.name:}?l{*} {Flash.routine.name:}?l

Description

lists the current source line, or a specified range of lines, from the corresponding source program being executed.

'l*' displays the entire program.

'l' followed by <return> displays the current program source line.

Example

*l10-17<return>

This lists lines 10 through 17.

*l5<return>

This lists line 5.

*l*<return>

This lists the whole program.

See Also

Command Name Type Description
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.c Command Toggles source line display feature.
flash.basic Definition converts Pick/BASIC source code into a list of binary instructions called object code.
non.fatal.error.condition Definition an error which does not force termination of a program.
fatal.error.condition Definition Definition of fatal Pick/BASIC error conditions.
basic.debugger.z Command Establishes location of source program.

User Comments

What do you think?

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

Login to leave your comments.