Source Files
-
dir
names
-
Add directory names to front of source path.
-
dir
-
Clear current source path.
-
show dir
-
Show current source path.
-
list
-
Show next ten lines of source.
-
list -
-
Show previous ten lines of source.
-
list
[file:] num
-
Show lines of source surrounding line number num [in file].
-
list
[file:] func
-
Show beginning of function func [in file].
-
list
+offset
-
Show source lines offset lines after last printed.
-
list
-offset
-
Show source lines offset lines before last printed.
-
list
*address
-
Show source lines containing address.
-
list
[file:] first, last
-
Show source lines from first to last [in file].
-
info line
num
-
Show starting, ending addresses of compiled code for source line num.
-
info source
-
Show name of current source file.
-
info sources
-
List all source files in use.
-
forw
regexp
-
Search following source lines for regular expression regexp.
-
rev
regexp
-
Search preceding source lines for regular expression regexp.