I forgot to make clear in my post that port 8021 is just an example,
you should use another if that one is in use, and you get this error:

[null] ERROR: transport error 202: bind failed: Address already in use
[null] ERROR: JDWP Transport dt_socket failed to initialize,
TRANSPORT_INIT(510)


Adie mentioned that you don't need to specify a port at all:

"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n"

java will pick one for you and display it on stdout, and you can use
that as the parameter to cdt.


Also, Sam, my previous post seems to have gotten eaten, but I'll work
on that screencast.

-- 
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