Stepping, debugging in REPL

2010-07-13 Thread Adam Schmideg
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 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clo

Re: Stepping, debugging in REPL

2010-07-14 Thread Meikel Brandmeyer
Hi, On Jul 13, 10:24 am, Adam Schmideg 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

Re: Stepping, debugging in REPL

2010-07-15 Thread Adam Schmideg
Hi Meikel, thanks for your feedback. On Jul 14, 11:17 am, Meikel Brandmeyer wrote: > Hi, > > On Jul 13, 10:24 am, Adam Schmideg 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/task

Re: Stepping, debugging in REPL

2010-07-15 Thread Adam Schmideg
Thank you, Meikel, for trying it out and for your feedback. It seems there is more work ahead to be done. Jul 14, 11:17 am, Meikel Brandmeyer wrote: > Hi, > > On Jul 13, 10:24 am, Adam Schmideg wrote: > > > I just made this debugger.  It works but is still a bit rough around > > the edges.  I'd

Re: Stepping, debugging in REPL

2010-07-15 Thread Meikel Brandmeyer
Hi, ha! Works better now. :) I gave it a quick try and it seems to work. I'll give it another ride in the next days. One more note: Avoid single segment namespaces. They cause classes to be generated without a package name in the Java default package. Sincerely Meikel -- You received this mess