Variable: edebug-print-level

edebug-print-level is a customizable variable defined in edebug.el.gz.

Value

50

Documentation

Maximum depth of list nesting to print before abbreviating, when in Edebug.

If nil, use the value of print-level instead.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defcustom edebug-print-level 50
  "Maximum depth of list nesting to print before abbreviating, when in Edebug.
If nil, use the value of `print-level' instead."
  :type '(choice (integer :tag "A number")
                 (const :tag "Use `print-level'" nil)))