clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.52k stars 643 forks source link

How do I cancel debugger-marked items? #3694

Closed WorldsEndless closed 1 month ago

WorldsEndless commented 1 month ago

I used cider-debug-defun-at-point.Now I need to cancel that debug session as I work on things that call that first thing and shouldn't be interrupted by that debugging experience. How do I cancel (unmark) the debugging thing?

bbatsov commented 1 month ago

You just need to re-evaluate the instrumented function and that's it.