ACL Debugger Commands

When Allegro Common Lisp (the Lisp dialect used for the Pathway Tools) detects some sort of error, it enters Debugger mode.

Here is a sample of what is printed before the debugger is entered. The fact that the last line begins with a number within small brackets indicates that the debugger is active.

Error: Received signal number 2 (Keyboard interrupt)
  [condition type: INTERRUPT-SIGNAL]

Restart actions (select using :continue):
 0: continue computation
[1c] EC(13): 
A number of special commands are available from within the debugger. Debugger commands begin with a colon character. We list abbreviations for these commands within parentheses.

Basic Debugger Commands