Open 6b6279 opened 2 months ago
Adding 127.0.0.1 localhost
into /etc/hosts
fixes this issue. Not sure why... I was just trying out some of the fixes here, although most of them do not apply on Linux: https://stackoverflow.com/questions/7487526/unable-to-debug-in-java-with-eclipse
Hello,
while trying to debug a JUnit test, the debugger simply crashes on start with these messages on the console:
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.