21.2.2 Invoking the stepper via a breakpoint
-
Compile and load the code in the system demo defined in the LispWorks library file
examples/tools/demo-defsys.lisp
-
Open the file
examples/tools/demo-utils.lisp
in an Editor and set a breakpoint at the call to
+
as described in Breakpoints.
-
In a Listener, enter
(my-useful-function 42)
.
-
A Stepper tool appears, with the current stepping position at the breakpoint.
-
You can now step this code, just as in standalone mode.
-
When you choose
Stepper > Continue
, or otherwise finish stepping,
my-useful-function
returns, the Stepper is hidden and the Listener tool becomes active again.
Common LispWorks User Guide (MacOS version) - 10 Jun 2003