Sets debugger printing control variables.
dbg
set-debugger-options &key all bindings catchers hidden handler restarts invisible
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. |
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:
The call frames are always displayed, so there is no option to control that.
3.6 Debugger control variablesset-debugger-options
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:32