Function: cider-log-show-stacktrace
cider-log-show-stacktrace is an interactive and byte-compiled function
defined in cider-log.el.
This command is obsolete since 1.18.
Signature
(cider-log-show-stacktrace &rest _)
Documentation
Removed.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-log.el
;; Event actions
(defun cider-log-show-stacktrace (&rest _)
"Removed."
(interactive)
(message "This function has been removed.
You can jump to functions and methods directly from the printed stacktrace now."))