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