Function: cider-stacktrace-analyze-in-region

cider-stacktrace-analyze-in-region is an interactive and byte-compiled function defined in cider-stacktrace.el.

This command is obsolete since 1.18.

Signature

(cider-stacktrace-analyze-in-region &rest _)

Documentation

Removed.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-stacktrace.el
(defun cider-stacktrace-analyze-in-region (&rest _)
  "Removed."
  (interactive)
  (message "This function has been removed.
You can jump to functions and methods directly from the printed stacktrace now."))