Thanks for this Bozhidar.

I just took a look at clj-debugger <https://github.com/razum2um/clj-debugger> 
and am excited about several of its features, especially the ability to print 
locals.

Does anyone know if it supports (or could easily support -- I'd post an issue 
if it seems possible) a way to say something like (print-locals-on-exception 
(some-fn)) where nothing in some-fn actually calls break or anything else in 
clj-debugger, and where, if an exception is raised in the execution of some-fn, 
then the locals at the point of the exception get printed?

 -Lee


> On Mar 30, 2015, at 10:27 AM, Bozhidar Batsov <bozhi...@batsov.com> wrote:
> 
> This is a newish REPL debugger that's editor agnostic - 
> https://github.com/razum2um/clj-debugger 
> <https://github.com/razum2um/clj-debugger> (and accidentally it's powering 
> CIDER's own debugger).
> 
> I'm pretty sure Cursive has the most sophisticated debugger right now, so the 
> question is whether you dislike Intellij IDEA as much as Emacs. :-)
> 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to