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

set-debugger-options Function

Summary

Sets debugger printing control variables.

Package

dbg

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

The function 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
catchers
hidden
handler
restarts
invisible
Notes

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

See also

3.6 Debugger control variables
set-debugger-options


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:32