Function: semantic-debug-parser-quit
semantic-debug-parser-quit is a byte-compiled function defined in
debug.el.gz.
Signature
(semantic-debug-parser-quit ARG &rest ARGS)
Implementations
(semantic-debug-parser-quit (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-quit ((_parser semantic-debug-parser))
"Continue execution in this PARSER until the next breakpoint."
(setq semantic-debug-user-command 'quit)
)