Variable: edebug-backtrace-frames
edebug-backtrace-frames is a buffer-local variable defined in
edebug.el.gz.
Documentation
Stack frames of the current Edebug Backtrace buffer without instrumentation.
This should be a list of edebug---frame objects.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
;;; Backtrace buffer
(defvar-local edebug-backtrace-frames nil
"Stack frames of the current Edebug Backtrace buffer without instrumentation.
This should be a list of `edebug---frame' objects.")