3.3 Using Debugger commands
:condition
command sets the global variable*
to the signaled condition. A condition is a data structure that represents the state of an exceptional situation; it is part of the Common Lisp Condition System (see CLtL2).:hide
command suppresses the names of functions or internal symbols in stack displays; stack motion commands skip over the hidden symbols.:unhide
command shows the names of functions or internal symbols in stack displays; stack motion commands move to the functions or symbols. You can use this command after suppressing function or symbol names with the:hide
command.Generated with Harlequin WebMaker