Hi Meikel,

thanks for your feedback.

On Jul 14, 11:17 am, Meikel Brandmeyer <m...@kotka.de> wrote:
> Hi,
>
> On Jul 13, 10:24 am, Adam Schmideg <a...@schmideg.net> wrote:
>
> > I just made this debugger.  It works but is still a bit rough around
> > the edges.  I'd be happy to hear your 
> > feedback.http://code.google.com/p/taskberry/wiki/Stepl
>
> While the whole idea sounds nice, I have trouble getting it to work.
> It seems it can only "debug" correct code. Code throwing an exception
> is not handled.
Half-fixed.  You can debug (+ x (/ y 0)), the exception will be
handled.  Explicit try-catch blocks are not handled yet, though.
>
> When getting in the debug prompt, I can't do nothing but printing the
> usage message. Choosing eg. back or in as commands throws a NPE.
It did throw an exception in some corner cases, but I couldn't
reproduce NPE in all cases.  Anyway, I fixed that part, too.  It also
highlights the currently executing code now.

-- 
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

Reply via email to