Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-11 Thread Ramakrishnan Muthukrishnan
On Tue, Jul 6, 2010 at 11:44 AM, George Jahad wrote: > My experiment with the JDI: > > > http://georgejahad.com/clojure/cdt.html > Hi, Thanks for this great project and notes. For others who are trying this out, I found a minor issue. I am running openJDK under Debian GNU/Linux amd64 arch, with

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-07 Thread David Nolen
On Tue, Jul 6, 2010 at 2:14 AM, George Jahad wrote: > My experiment with the JDI: > > > http://georgejahad.com/clojure/cdt.html > > -- > 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 > No

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-07 Thread Anders Rune Jensen
On Wed, Jul 7, 2010 at 11:43 AM, George Jahad wrote: > Thanks Markus, > > yes, I intentionally wanted to keep it "decoupled from any particular > editor".  I had two goals in writing CDT. > > The immediate goal was to provide a better tool for debugging > exceptions, which was harder than it shoul

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-07 Thread Nicolas Oury
It looks very cool. Great to have a Clojure text interface and not another adhoc laguage. Will make working with it easier, as well as building tools around it. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to cloju

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-07 Thread George Jahad
Thanks Markus, yes, I intentionally wanted to keep it "decoupled from any particular editor". I had two goals in writing CDT. The immediate goal was to provide a better tool for debugging exceptions, which was harder than it should be in Clojure. The longer term goal was to expose the JDI to Cl

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-06 Thread mac
I agree with Laurent, this looks very cool. It's great that you are making it a text/repl interface because that means it's decoupled from any particular editor and can easily be used as a base for gui debuggers in different editors and IDEs. /Markus On Jul 7, 7:39 am, George Jahad wrote: > Than

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-06 Thread George Jahad
Thanks for the heads up, (and for the compliment,) Laurent. I should have checked it out more carefully beforehand. I'm probably going to leave it as it is for now, until I see how much interest there is. As you may have suspected, I'm an Emacs user and so don't know much about Eclipse. But I k

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-06 Thread Laurent PETIT
Oh, and btw, impressive work ! :) 2010/7/6 Laurent PETIT : > Hi George, > > a quick word concerning the name: FYI, CDT, in the Eclipse world, in a > name taken a long time ago to mean "C/C++ Development Tools". Make > what you want with this info :) > > 2010/7/6 George Jahad : >> My experiment wit

Re: ANN: CDT - The Clojure Debugging Toolkit

2010-07-06 Thread Laurent PETIT
Hi George, a quick word concerning the name: FYI, CDT, in the Eclipse world, in a name taken a long time ago to mean "C/C++ Development Tools". Make what you want with this info :) 2010/7/6 George Jahad : > My experiment with the JDI: > > > http://georgejahad.com/clojure/cdt.html > > -- > You rec

ANN: CDT - The Clojure Debugging Toolkit

2010-07-05 Thread George Jahad
My experiment with the JDI: http://georgejahad.com/clojure/cdt.html -- 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