Function: edebug-backtrace-show-instrumentation

edebug-backtrace-show-instrumentation is an interactive and byte-compiled function defined in edebug.el.gz.

Signature

(edebug-backtrace-show-instrumentation)

Documentation

Show Edebug's instrumentation in an Edebug Backtrace buffer.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/edebug.el.gz
(defun edebug-backtrace-show-instrumentation ()
  "Show Edebug's instrumentation in an Edebug Backtrace buffer."
  (interactive)
  (unless (eq backtrace-frames edebug-instrumented-backtrace-frames)
    (setq backtrace-frames edebug-instrumented-backtrace-frames)
    (revert-buffer)))