Function: edebug-Go-nonstop-mode
edebug-Go-nonstop-mode is an interactive and byte-compiled function
defined in edebug.el.gz.
Signature
(edebug-Go-nonstop-mode)
Documentation
Go, evaluating without debugging.
You can use edebug-stop, or any editing command, to stop.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-Go-nonstop-mode ()
"Go, evaluating without debugging.
You can use `edebug-stop', or any editing command, to stop."
(interactive)
(edebug-set-mode 'Go-nonstop "Go-Nonstop..."
"Edebug will not stop at breaks."))