> No, that's not enough. You didn't specify the port that you want to
> connect to JSwat on. add "address=8888" (or something similar) to this
> to specify which port you want to use. In my blog example, I'm using
> "8888":
> -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888

> Port "50525" is the port that SLIME/SWANK is using to establish the
> communications between your running Clojure instance and the emacs
> lisp code. You can't use this same port for JSwat.

Actually, there are two port-related messages in *inferior-lisp*: one
talks about the port that SLIME is using to talk to SWANK, and I used
the other one. So it appears that a port is chosen for you if you
don't specify one. And as I said, I'm able to attach JSwat and set
(and, more importantly, trigger) breakpoints in boot.clj. So I don't
think anything was wrong with how I was connecting JSwat.

That said, I went head and did as you suggested (it's a PITA to look
up the port every time as I had been doing), but still no luck.

> If you do the above, it should work for you.

If only that were true. :)

It's very likely/nearly certain I'm still doing something wrong - I
appreciate the help.

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to