All Manuals > LispWorks User Guide and Reference Manual > 3 The Debugger

NextPrevUpTopContentsIndex

3.6 Debugger control variables

cl:*debug-io*

The value of this variable is the stream which the debugger uses for its input and output.

dbg:*debug-print-length*

The value to which cl:*print-length* is bound during output from the debugger.

dbg:*debug-print-level*

The value to which cl:*print-level* is bound during output from the debugger.

dbg:*hidden-packages*

This variable should be bound to a list of packages. The debugger suppresses symbols from these packages (so, for example, it does not display call frames for functions in these packages).

dbg:*print-binding-frames*

This variable controls whether binding frames are displayed by the debugger. The initial value is nil. The value can be set directly or by calling set-debugger-options which may be more convenient.

dbg:*print-catch-frames*

This variable controls whether catch frames are displayed by the debugger. The initial value is nil. The value can be set directly or by calling set-debugger-options which may be more convenient.

dbg:*print-handler-frames*

This variable controls whether handler frames are displayed by the debugger. The initial value is nil. The value can be set directly or by calling set-debugger-options which may be more convenient.

dbg:*print-restart-frames*

This variable controls whether restart frames are displayed by the debugger. The initial value is nil. The value can be set directly or by calling set-debugger-options which may be more convenient.

.


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex