Describing my debug workflow woes at clojure/west, it was suggested to me 
that I could jump into the jar file for a library and add print statements 
to elucidate its inner workings. I guess this is supported in emacs? Jump 
into the library source jar, edit, reload into the repl? How does this 
work, exactly? Does it rewrite the zip file and load that to the repl, or 
just update the repl from the working buffer?

I just tried this in vim-fireplace, but it threw an error on writing to the 
jar buffer. Alternatively, perhaps I should eval it w/o trying to save the 
jar. That works so long as I then only evaluate expressions from the same 
namespace. In other namespaces, the edits are not apparent. It's like there 
are two versions of the namespace active in the repl. Not sure what's going 
on, or how to make other namespaces aware of the changes.

-- 
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