Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

swank cdt view source on windows not working #63

Open
enerqi opened this issue Sep 14, 2011 · 2 comments
Open

swank cdt view source on windows not working #63

enerqi opened this issue Sep 14, 2011 · 2 comments

Comments

@enerqi
Copy link

enerqi commented Sep 14, 2011

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
Copy link
Collaborator

@enerqi Do you know if this issue is fixed?

@enerqi
Copy link
Author

enerqi commented Jan 24, 2012

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
[email protected]
wrote:

@enerqi Do you know if this issue is fixed?


Reply to this email directly or view it on GitHub:
#63 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants