LispWorks IDE User Guide > 26 The Stepper

NextPrevUpTopContentsIndex

26.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

Abort

See Stepper controls for a full description of these controls.


LispWorks IDE User Guide (Unix version) - 22 Dec 2009

NextPrevUpTopContentsIndex