Function: semantic-debug-parser-fail

semantic-debug-parser-fail is a byte-compiled function defined in debug.el.gz.

Signature

(semantic-debug-parser-fail ARG &rest ARGS)

Implementations

(semantic-debug-parser-fail (PARSER semantic-debug-parser)) in `semantic/debug.el'.

Continue execution in this PARSER until the next breakpoint.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
(cl-defmethod semantic-debug-parser-fail ((_parser semantic-debug-parser))
  "Continue execution in this PARSER until the next breakpoint."
  (setq semantic-debug-user-command 'fail)
  )