technomancy / swank-clojure

Swank/slime support for clojure
Eclipse Public License 1.0
412 stars 83 forks source link

swank cdt view source on windows not working #63

Open enerqi opened 13 years ago

enerqi commented 13 years ago

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.

tavisrudd commented 12 years ago

@enerqi Do you know if this issue is fixed?

enerqi commented 12 years ago

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