Hello,
while trying to debug a JUnit test, the debugger simply crashes on start with these messages on the console:
ERROR: transport error 202: connect failed: Connection refused
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:700]
I have already given Eclipse full network access, so I'm not sure how the Java process is refusing connection.
This appears some what similar to #36, which had CDT also refusing connection to a localhost port.