On Wed, Jul 21, 2010 at 11:52 AM, Krukow <karl.kru...@gmail.com> wrote: > > I am interested in getting the combination of Emacs+slime+swank- > clojure, alex-and-georges.debug-repl and clojure debugging toolkit to > work together.
debug-repl is kind of integrated already into swank by Hugo Duncan. > user> (let [c 1 > d 2] > (defn a [b c] > (debug-repl) > d)) > (a "foo" "bar") > dr-1-1001 => 2 > user> Just put (swank.core/break) instead of (debug-repl) <http://hugoduncan.org/post/2010/swank_clojure_gets_a_break_with_the_local_environment.xhtml> -- Ramakrishnan -- 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