Re: Step by step debugging

2013-11-07 Thread intronic
+1 well said, Lee. > > > philli...@newcastle.ac.uk (Phillip Lord) writes: > > > >> Ritz does some things, but it doesn't do step through like edebug. > >> > >> I've never found anything as nice as edebug in any language; I guess, > >> it's the big advantage of running your editor and whate

Re: Step by step debugging

2013-11-07 Thread intronic
Why would a break function in clojure the language not be considered, a-la common-lisp? On Friday, 8 November 2013 09:31:55 UTC+10, Lee wrote: > > > On Nov 7, 2013, at 5:48 PM, Alex Miller wrote: > > > When you say "hit an error", I'm assuming you mean "clojure throws an > exception" and not

Re: Is it possible to set breakpoint using nrepl-ritz?

2013-03-24 Thread intronic
> > > Is it possible to set breakpoint using nrepl-ritz? > > It is using the latest development code (C-c C-x C-b on the line to > break at). A release should be out containing this in the next few > days. > Can you explain how to use the latest dev code? Looking at project.clj files on gi