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

NextPrevUpTopContentsIndex

*print-invisible-frames*

Variable
Summary

Controls whether invisible frames are printed in debugger output.

Package

dbg

Initial value

nil

Description

This variable is used by the debugger when it displays the stack frames.

Invisible frames are those for functions with hcl:invisible-frame declarations. These are normally not shown by the debugger. However if *print-invisible-frames* is true then these frames are displayed.

Notes
  1. *print-invisible-frames* can be set to value by
  2. (set-debugger-options :invisible value)

  3. *print-invisible-frames* is an extension to Common Lisp.
See also

set-debugger-options


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex