When the package feature is compiled in, the debugger is in the TOOLS package.
To invoke: (step (whatever-form with args))
(a list)<CR> evaluate the list in the current environment, print the result, and repeat.
Note that stepper commands are executed in the current environment. Since this is the case, the stepper commands can change the current environment. For example, a SETF will change an environment variable and thus can alter the course of execution.
Global variables - newline, *hooklevel*
Functions/macros - while step eval-hool-function step-spaces step-flush
Note ? an even more powerful stepper package is in stepper.lsp (documented in stepper.doc).