Variable: cider--debug-mode-response

cider--debug-mode-response is a buffer-local variable defined in cider-debug.el.

Documentation

Response that triggered current debug session.

Set by cider--turn-on-debug-mode.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-debug.el
;;; Minor mode
(defvar-local cider--debug-mode-response nil
  "Response that triggered current debug session.
Set by `cider--turn-on-debug-mode'.")