March 2001
Intermediate to advanced
288 pages
4h 56m
English
The following apply to all commands entered in the debugger:
A line ending in a backslash (\) is concatenated with the next line before evaluation. No white space is permitted after the backslash.
| command
Run the debugger command, and pipe the debugger output through the current pager.
|| command
Run the debugger command, and pipe the program output through the current pager.
! [n] ! pattern
Run the command number n (default: previous command) or the last command that started with pattern. If n is negative, it is the nth command before the current one. The character can be changed from ! using the recallCommand option (discussed later).
H [-number]