Function: semantic-debug-parser-step
semantic-debug-parser-step is a byte-compiled function defined in
debug.el.gz.
Signature
(semantic-debug-parser-step ARG &rest ARGS)
Implementations
(semantic-debug-parser-step (PARSER semantic-debug-parser)) in `semantic/debug.el'.
Execute a step for this PARSER.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/debug.el.gz
(cl-defmethod semantic-debug-parser-step ((_parser semantic-debug-parser))
"Execute a step for this PARSER."
(setq semantic-debug-user-command 'step)
)