Variable: cider--debug-origin-marker
cider--debug-origin-marker is a variable defined in cider-debug.el.
Value
nil
Documentation
Marker to the location where the current debug session was started.
Restored when the session is quit with :quit. See
cider--debug-remember-origin and cider--debug-restore-origin.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defvar cider--debug-origin-marker nil
"Marker to the location where the current debug session was started.
Restored when the session is quit with `:quit'. See
`cider--debug-remember-origin' and `cider--debug-restore-origin'.")