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