Variable: edebug-global-break-condition

edebug-global-break-condition is a customizable variable defined in edebug.el.gz.

Value

nil

Documentation

If non-nil, an expression to test for at every stop point.

If the result is non-nil, then break. Errors are ignored.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defcustom edebug-global-break-condition nil
  "If non-nil, an expression to test for at every stop point.
If the result is non-nil, then break.  Errors are ignored."
  :type 'sexp
  :risky t)