The namespace have been restructured so 'com.georgesjahad.cdt doesn't
exist anymore.

The easiest way to use cdt is from emacs, as described here:
http://georgejahad.com/clojure/swank-cdt.html

Hugo Duncan also has a separate emacs based clojure debugger called
Ritz, described here:
https://github.com/pallet/ritz


On Nov 29, 2:29 pm, svenali <sven...@gmx.de> wrote:
> Hello all,
>
> I try to get the cdt debugger running and fail. I've build the cdt
> with leiningen and have this jar file in my classpath. A simple (use
> 'cdt.break) work. But if I want to use com.georgesjahad.cdt I get the
> following error message:
>
> => (use 'com.georgesjahad.cdt)
> #<FileNotFoundException java.io.FileNotFoundException: Could not
> locate com/georgesjahad/cdt__init.class or com/georgesjahad/cdt.clj on
> classpath: >
>
> But a
> => (use 'cdt.ui)
> nil
>
> work.
>
> Where is my problem?
>
> regards,
> Sven

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