Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-12 Thread Walter van der Laan
You were right, it was a classpath problem. But since I'm new to classpaths it took me some time to get it right. Thanks again, emacs+cdt makes development a lot easier :D And, in case anyone needs to solve the same problems, these are the steps to get cdt running for a leiningen-based project:

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-05 Thread Walter van der Laan
Thanks George, this is great. I tried the screencast instructions and it all works, but I can't get it to work with my own source. I tried several settings for (set-source-path) but I must be doing something wrong. Can you perhaps give an example? On Oct 1, 10:32 pm, George Jahad

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-05 Thread George Jahad
hmmm, it's not really different from setting your classpath. From the cdt-repl, enter: @source-path and see if that gives you any hints. if not, send me the output of that command, and the full path and namespace of one of your source files, I'll see if I can see anything you are missing. g

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-02 Thread George Jahad
Good question. The jvm debuggers are inherently linenumber oriented as is the JDI. The question is can we overload the linenumber concept to map more closely to what we want to do with Clojure. It's on my list of things to explore, but that's getting to be a pretty long list, and it's not at

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-02 Thread Michael Ossareh
On Fri, Oct 1, 2010 at 13:32, George Jahad cloj...@blackbirdsystems.netwrote: For your delectation: http://www.vimeo.com/15462015 This is sick! In the good sense! -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-01 Thread George Jahad
For your delectation: http://www.vimeo.com/15462015 -- 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.

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-01 Thread Alan
I don't have time to watch the whole thing until I get home from work, but just hearing the first 30 seconds has me drooling all over myself... On Oct 1, 1:32 pm, George Jahad cloj...@blackbirdsystems.net wrote: For your delectation:http://www.vimeo.com/15462015 -- You received this message

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-01 Thread Tim Snyder
Fantastic work George! On Oct 1, 4:32 pm, George Jahad cloj...@blackbirdsystems.net wrote: For your delectation:http://www.vimeo.com/15462015 -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-01 Thread Phil Hagelberg
On Fri, Oct 1, 2010 at 1:32 PM, George Jahad cloj...@blackbirdsystems.net wrote: For your delectation: http://www.vimeo.com/15462015 This is great; the ability to jump between Clojure and Java is really impressive. -Phil -- You received this message because you are subscribed to the Google

Re: Screencast of the Emacs front end to the Clojure Debugging Toolkit:

2010-10-01 Thread Per Vognsen
That's some great work there, George! Are there any basic obstructions in the backend to doing expression-oriented rather than line-oriented breakpoints and stepping? -Per On Sat, Oct 2, 2010 at 3:32 AM, George Jahad cloj...@blackbirdsystems.net wrote: For your delectation: