On Jan 25, 2:11 am, mac <[email protected]> wrote: > On 25 Jan, 06:50, Mark Engelberg <[email protected]> wrote: > > > Debugging techniques, including: > > * How to make sense of Clojure's stack traces. > > * How to use Java debugging and profiling tools with Clojure. > > +1 for this. I haven't had the energy to try any debugging or > profiling tools yet. > Would be nice with demo of something that is stand alone ie. not built > in to an IDE, since a lot of people (and me) use emacs. > Recently I have been writing some hairy code and have had to debug > quite a bit and resorting to inserting println statements is annoying > since you can't really inspect values (guess I should try the debug > repl).
I have had a great deal of luck with jvisualvm and jmx for profiling and debugging. +1 for more on this topic. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
