3.2 Entering and exiting the Debugger

3.2.4 Exiting the Debugger

You leave the Debugger and return to the top level whenever you complete the evaluation that invoked the Debugger. You can also explicitly exit the Debugger without completing an evaluation by selecting one of the following options:

The following example shows the effect of using:a to return to the top level:

> test
>>Error: The symbol TEST has no global value.
SYMBOL-VALUE:
   Required arg 0 (S): TEST
:C  0: Try evaluating TEST again
:A  1: Abort to Lisp Top Level
-> :a
Abort to Lisp Top Level
Back to Lisp Top Level
> 

Once you are back at the top level, the Lisp prompt appears and you can continue entering expressions to be evaluated.


The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker