Function: edebug-Continue-fast-mode

edebug-Continue-fast-mode is an interactive and byte-compiled function defined in edebug.el.gz.

Signature

(edebug-Continue-fast-mode)

Documentation

Trace with no wait at each step.

Updates the display at each break point, but does not pause.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-Continue-fast-mode ()
  "Trace with no wait at each step.
Updates the display at each break point, but does not pause."
  (interactive)
  (edebug-set-mode 'Continue-fast "Continue fast..."
		   "Edebug will stop and go at breakpoints."))