Open enerqi opened 13 years ago
@enerqi Do you know if this issue is fixed?
Yes, still an issue, I tried it this morning.
(defproject debugger-test "1.0.0-SNAPSHOT" :description "slime debugger test on windows os" :dependencies [[org.clojure/clojure "1.3.0"]] :dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"] [clojure-source "1.3.0"]] :jvm-opts ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8021" "-Djava.library.path=C:/Java/jdk1.7.0_02/jre/bin"] :extra-classpath-dirs ["C:/Java/jdk1.7.0_02/jre/lib/tools.jar"])
(use 'swank.cdt) ==> warning: unabled to add tools.jar to classpath. This may cause CDT initialization to fail. Clearing CDT event requests and continuing. nil Swank CDT release 1.5.0a started
I then set-bp clojure/set.difference, hit it and pressed 'v' to view source ==> "clojure\set.clj - source not found".
On 23 January 2012 21:28, Tavis Rudd reply@reply.github.com wrote:
@enerqi Do you know if this issue is fixed?
Reply to this email directly or view it on GitHub: https://github.com/technomancy/swank-clojure/issues/63#issuecomment-3622197
Trying to view source for a stack frame with swank-cdt using swank-clojure 1.4.0-SNAPSHOT on windows results in a "source not found" error.
http://groups.google.com/group/clojure/browse_thread/thread/eba7724a27457342 raises the issue.