remote debugging failure [message #145843] |
Tue, 01 November 2005 22:16 |
Eclipse User |
|
|
|
Originally posted by: myegress.hotmail.com
<< Remote Deugging Failure >>
Env: Tomcat 5.0 with Apache
(http://127.0.0.1:8080)
External Tools
____________________
_______________| Environment |___________
CATALINA_OPTS -Xdebug
-Xnoagent
-Xrunjdwp:transport = dt_socket,
server= y,
suspend = n,
address = 8000
-Djava.compiler = NONE
I tested.
It worked with -Xdebug
-Xnoagent
-Djava.compiler = NONE
But, it didn't work if I included
-Xrunjdwp:transport = dt_socket,
server= y,
suspend = n,
address = 8000
So, I changed 8000 into 8080 or 127.0.0.1:8080
as an address and tested. But still didn't work.
What's wrong?
Let me know, asap.
|
|
|
Powered by
FUDForum. Page generated in 0.03547 seconds