Function: cider-debug-quit

cider-debug-quit is an interactive and byte-compiled function defined in cider-debug.el.

Signature

(cider-debug-quit)

Documentation

Quit the current debugging session.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-debug.el
(defun cider-debug-quit ()
  "Quit the current debugging session."
  (interactive)
  (cider-debug-mode-send-reply ":quit"))