Phil Hagelberg <[email protected]> writes: Hey Phil,
>> ... 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 Oh, indeed! The initially missing prompt suggested that the REPL was blocked by the debugger, but that turns out to be false. Awesome! Thanks for the hints, Tassilo -- 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
