Unfortunately, no, the address just means 'port' according to:
http://download.oracle.com/docs/cd/E17476_01/javase/1.3/docs/tooldocs/solaris/jdb.html
> I don't know anything about debugging Java, but considering that the
> attribute above is called "address", should you not be giving it a value
>
Hi
I'm running Tomcat 6.0.24 as aa serviced on Windows XP.
I am trying to debug Java code in the webapp Ihave deployed to Tomcat
and I have added this line:
-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
to the Java Options in the Tomcat 6 Properties Java Options. I've
ad