| Summary: | eclipse on windowsXp can't remote debug Linux java application | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | TK <herotangabc> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Michael_Rennie, pwebster, remy.suen |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
TK
(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 |