Community
Participate
Working Groups
Build Identifier: M20080911-1700 eclipse on windowsXp can't remote debug Linux java application which run under Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java application ,it works.is there something related to my intranet connection proxy? Reproducible: Always Steps to Reproduce: 1.configuration the eclipse remote debug 2.try to debug 3.failed(timeout)
(In reply to comment #0) > Build Identifier: M20080911-1700 > > eclipse on windowsXp can't remote debug Linux java application which run under > Sun JDK 1.4,but when I myself using the JDI.jar to connect to Linux java > application ,it works.is there something related to my intranet connection > proxy? There could be, without knowing the exact setup of your two systems I could not say for sure. This does sound like a configuration problem. Things to consider when trying to debug across a network: 1. when you start the program you want to debug you have to make sure that the port you specified is properly visible / forwarded as needed (so other computers can connect to it) 2. make sure there are no firewalls, etc blocking the VM traffic
closing as worksforme, across network debugging works fine when configured properly. There is some information about common launching problems on our wiki: http://wiki.eclipse.org/Debug/FAQ#Launching