NextPrevUpTopContentsIndex

25.6.1 Setting breakpoints

To set a breakpoint from the Stepper, position the cursor where you want the breakpoint and choose Debug > Stepper > Breakpoint or click in the Stepper toolbar.

Figure 25.4 A breakpoint at the value of the inner call to apply

When you step though the code, or choose Debug > Stepper > Continue , when a breakpoint is reached execution stops and the breakpoint is displayed.

In the example shown we have set a breakpoint at the value of the inner call to apply . so in this case, you can expand the top backtrace frame to display the value of that apply call.

To set a breakpoint from the Editor, see Breakpoints.


Common LispWorks User Guide (Windows version) - 5 Jul 2006

NextPrevUpTopContentsIndex