Next: Miscellaneous, Previous: Frame Navigation, Up: Debugger [Contents][Index]
Stepping is not available in all implementations and works very differently in those in which it is available.
Step to the next expression in the frame. For CMUCL that means, set a breakpoint at all those code locations in the current code block which are reachable from the current code location.
Step to the next form in the current function.
Stop single-stepping temporarily, but resume it once the current function returns.