Select the Listener tab of the Stepper tool to display a Listener.
This area offers all the usual Listener and Debugger commands. Moreover, the execution environment is that of the function currently being stepped, and contains the variables of each frame on the stack.
The Stepper listener also offers the following listener commands to control stepping.
:s , :step | |
:st , :step-through-call | |
:sc , :step-to-call | |
:sv , :step-to-value | |
:sn , :next | |
:se , :step-to-end | |
:c , :continue | |
:sm , :macroexpand | |
:restart |
See 25.4 Stepper controls for a full description of these controls.
LispWorks IDE User Guide (Unix version) - 01 Dec 2021 19:37:22