NextPrevUpTopContentsIndex

23.8 Listener area

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

Step

:st , :step-through-call

Step Through Call

:sc , :step-to-call

Step To Call

:sv , :step-to-value

Step To Value

:sn , :next

Next

:se , :step-to-end

Step To End

:c , :continue

Continue

:sm , :macroexpand

Macroexpand

:restart

Restart

See Stepper controls for a full description of these controls.


Common LispWorks User Guide (Unix version) - 11 Apr 2005

NextPrevUpTopContentsIndex