Hi,

I'm a rookie. Having worked with Python and Ruby, I love how in those
languages you can simply do something like:

    import pdb; pdb.set_trace()

Or in Ruby:

    require 'ruby-debug'; debugger

So is there any way in Clojure to pause execution and open some sort
of debugger / REPL in the console with the current stack-trace and
local vars visible?

Thanks,

-- 
Alexandru Nedelcu
www.bionicspirit.com

PGP Public Key: http://goo.gl/ZyQpGv

-- 
-- 
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/groups/opt_out.

Reply via email to