On Wed, Aug 31, 2011 at 10:43 AM, Tassilo Horn <[email protected]> wrote: > The swank variant integrates nicely with the SLIME debugger and shows > the call stack including the local environment. That's all very nice, > but... > > ... the JoC variant allows for interactively evaluating arbitrary > expressions in the breakpoint's local context. That way, you can set a > breakpoint just before the line that breaks your app and experiment what > the actual reason including the solution is.
It's not obvious, but swank.core/break does this too. Just switch back to the repl buffer. http://hugoduncan.org/post/2010/swank_clojure_gets_a_break_with_the_local_environment.xhtml -Phil -- 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
