|
Contents | Previous | Next | Subchapters |
| Syntax |
liststartstart, number
|
| See Also | env , and file |
| Abbreviation |
l
|
| Menu Command | Debug | List |
list command.
If start is not present,
the same starting line is used as in the previous listing
for the current file.
(Whenever the current file changes, the starting line
is set to the first line in the file.)
file autoexec.oms
O-Matrix will list the beginning of the AUTOEXEC.OMS file
in the Debugger window.
If you then enter
list 60, 10
O-Matrix will list lines 60 though 69 of the AUTOEXEC.OMS file.
In addition, the debugger will include 10 lines in all subsequent listings
until another list command specifies the number of lines.