Most of these commands print information about the current frame or function, but a few show general information.
Calls
describe
on the current function and displays the number of local variables.
Displays the current function call as it would be displayed by moving to this frame.
Prints the condition given to
invoke-debugger
and the active proceed cases.
Displays all the frames from the current to the bottom. Only shows n frames if specified. The printing is controlled by
*debug-print-variable-alist*
.
Selects the
continue
restart if one exists and starts single stepping. See Single Stepping.