Function: edebug--frame-args

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

Signature

(edebug--frame-args CL-X)

Documentation

Access slot "args" of edebug--frame struct CL-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)