When considering the availability of a debugger, keep in mind that your workflow might be different when you code Clojure compared to how you approach Java, Ruby etc.
Because functions require less context to run than methods of an object, I find that experimenting at the REPL (or rather executing forms within my editor) a better way to work out what's going on than debugging through an actual program execution. Cheers, Chris On 28 November 2012 06:43, Phil Hagelberg <p...@hagelb.org> wrote: > On Tue, Nov 27, 2012 at 1:30 PM, Walter van der Laan > <waltervanderl...@gmail.com> wrote: > > Stepping through the execution is harder to setup but it might be > possible. > > The CDT debugger can be set up as described here > > http://georgejahad.com/clojure/swank-cdt.html. It worked great for me at > > some point but I'm no longer using it because doesn't work with openjdk > > Swank Clojure is no longer under active development, but for what it's > worth it has never had any incompatibility issues with OpenJDK. > > -Phil > > -- > 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 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