Variable: semantic-lex-debug-analyzers

semantic-lex-debug-analyzers is a customizable variable defined in lex.el.gz.

Value

nil

Documentation

Non-nil means to debug analyzers with syntax protection.

Only in effect if debug-on-error is also non-nil.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
;;; Analyzer creation macros
;;
;; An individual analyzer is a condition and code that goes with it.
;;
;; Created analyzers become variables with the code associated with them
;; as the symbol value.  These analyzers are assembled into a lexer
;; to create new lexical analyzers.

(defcustom semantic-lex-debug-analyzers nil
  "Non-nil means to debug analyzers with syntax protection.
Only in effect if `debug-on-error' is also non-nil."
  :group 'semantic
  :type 'boolean)