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