3.1 About the Debugger

3.1.3 Using the debugging tools

The debugger is only one of the debugging tools provided by Liquid Common Lisp. While a single section cannot describe how to recover from every kind of error that could occur in a program, the following procedures briefly describe how to use Liquid Common Lisp debugging tools to correct errors:

Entry into the Debugger is often caused by simple typing errors, such as typing a function name incorrectly, or by other common mistakes, such as typing too many or too few parentheses. Such common errors include the following:

Note: To simplify the discussion about the Debugger, this chapter refers to all exceptional situations that invoke the Debugger as errors. Not every exceptional situation is an error, however, nor does every exceptional situation invoke the Debugger.


The User's Guide - 9 SEP 1996

Generated with Harlequin WebMaker