Variable: cider--debug-origin-id
cider--debug-origin-id is a variable defined in cider-debug.el.
Value
nil
Documentation
The "original-id" of the eval owning cider--debug-origin-marker.
Used to detect when a new debug session starts, so the origin is only remembered on the session's first step.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defvar cider--debug-origin-id nil
"The \"original-id\" of the eval owning `cider--debug-origin-marker'.
Used to detect when a new debug session starts, so the origin is only
remembered on the session's first step.")