Next: , Previous: , Up: Debugging   [Contents][Index]


9.8.3 Getting Information

Command: Debug Help (bound to C-M-H-h)

This command in prints the debugger’s help text.

Command: Debug Error (bound to C-M-H-e)

This command prints the error condition and restart cases displayed upon entering the debugger.

Command: Debug Backtrace (bound to C-M-H-B)

This command executes the debugger’s backtrace command.

Command: Debug Print (bound to C-M-H-p)

This command prints the debugger’s current frame in the same fashion as the frame motion commands.

Command: Debug Verbose Print (bound to C-M-H-P)

This command prints the debugger’s current frame without elipsis.

Command: Debug Source (bound to C-M-H-s)

This command prints the source form for the debugger’s current frame.

Command: Debug Verbose Source

This command prints the source form for the debugger’s current frame with surrounding forms for context.

Command: Debug List Locals (bound to C-M-H-l)

This prints the local variables for the debugger’s current frame.


Next: Editing Sources, Previous: Getting out of the Debugger, Up: Debugging   [Contents][Index]