These commands operate on breakpoints, which are points in code where execution stops and the LispWorks IDE invokes the Stepper tool.
See "Breakpoints" in the LispWorks IDE User Guide for more information about breakpoints and the Stepper tool.
Toggle Breakpoint Editor Command
Arguments: None
Key sequence: None
If there is no breakpoint at the current point, sets a breakpoint there if possible. If there is a breakpoint at the current point, removes it.
Next Breakpoint Editor Command
Arguments: None
Key sequence: None
Moves the point to the next breakpoint in the current buffer. If given a numeric prefix argument p, it skips p-1 breakpoints.
Previous Breakpoint Editor Command
Arguments: None
Key sequence: None
Moves the point to the previous breakpoint in the current buffer. If given a numeric prefix argument p, it skips p-1 breakpoints.
Editor User Guide (Unix version) - 01 Dec 2021 19:35:19