Function: edebug--frame-flags

edebug--frame-flags is a byte-compiled function defined in edebug.el.gz.

Signature

(edebug--frame-flags edebug--frame-flags X)

Documentation

Access slot "flags" of edebug--frame struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(cl-defstruct
    (edebug--frame
     (:constructor edebug--make-frame)
     (:include backtrace-frame))
  "Data structure for backtrace frames with information
from Edebug instrumentation found in the backtrace."
  def-name before-index after-index)