Function: edebug-Trace-fast-mode

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

Signature

(edebug-Trace-fast-mode)

Documentation

Trace with no wait at each step.

Updates the display at each stop 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-Trace-fast-mode ()
  "Trace with no wait at each step.
Updates the display at each stop point, but does not pause."
  (interactive)
  (edebug-set-mode 'Trace-fast
		   "Trace fast..." "Edebug will trace without pause."))