Variable: edebug-all-forms

edebug-all-forms is a customizable variable defined in edebug.el.gz.

Value

nil

Documentation

Non-nil means evaluation of all forms will instrument for Edebug.

This doesn't apply to loading or evaluations in the minibuffer. Use the command edebug-all-forms(var)/edebug-all-forms(fun) to toggle the value of this option.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
;;;###autoload
(defcustom edebug-all-forms nil
  "Non-nil means evaluation of all forms will instrument for Edebug.
This doesn't apply to loading or evaluations in the minibuffer.
Use the command `edebug-all-forms' to toggle the value of this option."
  :type 'boolean)