I was wondering if you can get binding.pry like behavior in CIDER while developing a ring application, as in: fire a new request and the debugger is triggered in emacs
I still use mostly println because of this reason
@borkdude: you can using the #break annotation
(assuming you’re running the ring server from your cider repl)
#9 here: http://endlessparentheses.com/debugger-improvements-in-cider-0-10-0.html
@alejandro: thanks