Variable
Variable
common-lisp:*print-length* is bound during output from the debugger. Variable
common-lisp:*print-level* is bound during output from the debugger. Variable
Variables
nil then that type of frame is shown. Initially onlydbg:*print-catch-frames* is non-nil. Note that the call frames are always displayed. The following function is used in conjunction with these variables.
dbg:set-debugger-optionsFunction
dbg:set-debugger-options &key all bindings catchers hidden non-symbol handler restarts invisible
set-debugger-options allows you to set the above variables without having the inconvenience of setting each variable individually with a call tosetq and without having to remember the precise names for each of the variables. :all -- affects the state of the:all command. :bindings --dbg:*print-binding-frames* :catchers --dbg:*print-catch-frames* :hidden --dbg:*hidden-packages* :non-symbol --dbg:*print-non-symbol-frames* :handler --dbg:*print-handler-frames* :restarts --dbg:*print-restart-frames* :invisible --dbg:*print-invisible-frames*