On Sun, 22 May 2011 16:59:24 -0400, Sam Aaron <samaa...@gmail.com> wrote:

Very cool!

Thanks.

Out of interest, how do swank-clj and swank-clojure (with merged in cdt stuff) compare?

I would have to let others comment on the user experience, not having used the cdt support in swank-clojure. From reading the code, I see two differences.

i) swank-clj uses SLDB vs the use of GUD in swank-clojure,

ii) swank-clj starts two jvms, one for the debugger and one for the debuggee. If I understand correctly, CDT uses a single jvm process.

In swank-clj at the moment, a swank server runs in both jvms, but I am working towards being able to run using just JPDA/JDI to talk to the debugee. At that point it will be possible to attach the debugger to any jvm process running with debugging enabled.


--
Hugo Duncan

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to