Next Prev Up Top Contents Index

11.13.4 Breakpoints

To set a breakpoint, for example at a call to + in one of your functions:

  1. Open the file containing the call in an Editor tool.
  2. Ensure the definition is compiled.
  3. Position the cursor at the call to + .
  4. Choose the menu command Expression > Toggle Breakpoint , or click
  5. in the Editor toolbar, or run the editor command Toggle Breakpoint . The symbol + is highlighted red indicating that a breakpoint is set.

When the breakpoint is reached, a Stepper tool is invoked, allowing you to step through the code, add further breakpoints, and so on. See The Stepper for more information about the Stepper tool.

To remove a breakpoint under the cursor, click in the toolbar. Equivalently choose the menu command Expression > Toggle Breakpoint or run the editor command Toggle Breakpoint .


Common LispWorks User Guide (MacOS version) - 10 Jun 2003

Next Prev Up Top Contents Index