2010/10/4 George Jahad <cloj...@blackbirdsystems.net> > > > On Oct 4, 2:34 am, Lee Spector <lspec...@hampshire.edu> wrote: > > On Oct 4, 2010, at 3:58 AM, George Jahad wrote: > > > > I also look forward to the integration of CDT into Eclipse/ccw :-). Or > maybe I need to migrate back to emacs, from whence I came (but was lured > away by a couple nice features of eclipse/ccw...). > > > > I want to emphasize that my goal with the CDT is very definitely NOT > to have it be an Emacs debugger. > > Emacs was first because that's what I know, (Emacs loves me and the > feeling is mutual). Laurent has kindly expressed an interest in > porting the CDT to CCW and I intend on supporting him to do so in the > near future, (after I clean up the porting layer a bit, so he doesn't > have to do it more than once.) > > Having said all that, the CDT is still very powerful in command line > mode, with no IDE front end at all. (That is how I used it when > debugging this problem, since I had to create the debugging primitives > for handling Agents anyway.) So until it gets integrated with CCW, > (and even afterwards,) command line mode is always an option. >
Yes, that's good to know. So, Lee, if I understand correctly, being able to use the CDT from CCW is just a matter of : * adding its jar file to the project's Java Build Path: Project > Properties > Java Build Path > Libraries > [ "Add Jars" if you copied the jar in your project | "Add external Jars" if the jar is not relative to Eclipse's workspace but located somewhere in the filesystem ] * starting the REPL not with "Run > Run as ..." or the like, but with "Run > Debug as ..." (so the JVM is started with JVM debugging options) Cheers, -- Laurent -- 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