Variable: edebug-print-length

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

Value

50

Documentation

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

If this is nil, use the value of print-length instead.

View in manual

Source Code

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