ok i have made a (ugly) trick to make it work, copying tools.jar in
cdt/lib and changing cdt.el:
(defun cdt-query-cmdline ()
(let ((path (strip-trail cdt-dir)))
(format "java -classpath%s/lib/clojure-1.2.0.jar;%s/lib/clojure-
contrib-1.2.0.jar;%s/lib/debug-repl-0.3.0-20091229.021828-3.jar;%s/
lib/
tools.jar;%s/src clojure.main --repl"
path path path path path)))
I guess there is a nicer solution :-/
After this step i've tried to test debugger commands and im afraid
reval and gud-this throws:
Unexpected exception generated: #<InvocationException
com.sun.jdi.InvocationException: Exception occurred in target VM>
com.sun.jdi.InvocationException: Exception occurred in target VM
(NO_SOURCE_FILE:0)
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en