[5661] Cannot attach to remote debug session
The new build does not allow me to perform remote debugging. The first time
I hit the debug button for a remote session, the UI does not reflect the fact and
the debug window does not show up. Subsequent clicking on the debug button
come back with an error stating a failure to connect with a 'connection refused'
message.
The log does not contain any information either.
When attempting to shut down IDEA it gets stuck waiting for a VM detach until
I cancel it.
Anyone else is seeing this?
BTW, IDEA is installed into a new, clean directory.
Cheers,
Bonny
Please sign in to leave a comment.
sorry, forgot to attach thread dump, maybe it'll help
Cheers,
Bonny
Attachment(s):
ideadump.txt
I saw the same behavior.
C:\j2sdk1.4.2_08\bin\java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:2874,suspend=y,server=n -Dfile.encoding=windows-1252 -classpath ..... com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 myUnitTest
FATAL ERROR in native method: No transports initialized
Transport dt_socket failed to initialize, rc = 509.
Process finished with exit code 1