Variable
dbg
nil
*print-open-frames* is set tot then the open frames are displayed. It is unlikely that you need to examine open frames: their use is connected with implementation details. USER 52 > (setq dbg:*print-open-frames* t) T USER 53 > (car 2) Error: Cannot take CAR of 2 1 (abort) return to top loop level 0. Type :c followed by a number to proceed USER 54 : 1 > :b 3 Open frame (5) Open frame (5) Call to CAR-FRAME :
*print-open-frames* is an extension to Common Lisp.