You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
(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".
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.
The text was updated successfully, but these errors were encountered: