All Manuals > LispWorks User Guide and Reference Manual > 35 The DBG Package

NextPrevUpTopContentsIndex

set-debugger-options

Function
Summary

Sets debugger printing control variables.

Signature

set-debugger-options &key all bindings catchers hidden handler restarts invisible

Arguments

all

A generalized boolean.

bindings

A generalized boolean.

catchers

A generalized boolean.

hidden

A generalized boolean.

handler

A generalized boolean.

restarts

A generalized boolean.

invisible

A generalized boolean.

Description

A call to set-debugger-options allows you to set the various debugger printing control variables without having the inconvenience of setting each variable individually with a call to setq and without having to remember the names for each of the variables.

all affects the state of the debugger command :all.

The other arguments set the debugger printing control variables as listed below:

bindings

*print-binding-frames*

catchers

*print-catch-frames*

hidden

*hidden-packages*

handler

*print-handler-frames*

restarts

*print-restart-frames*

invisible

*print-invisible-frames*

Notes

The call frames are always displayed, so there is no option to control that.

See also

set-debugger-options


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex