Fork me on GitHub
#editors
<
2015-09-15
>
borkdude12:09:52

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

borkdude12:09:17

I still use mostly println because of this reason

alejandro13:09:39

@borkdude: you can using the #break annotation

alejandro13:09:49

(assuming you’re running the ring server from your cider repl)