Before installing Avast Internet Security i was able to run and debug my application in eclipse (version Juno) without problems, but after installing Avast Internet Security i can run my application but i can't debug it, in the fact when i click on F11 to launch debug i get the following error :
Launching MyApplication has encountered a problem.
Cannot connect to VM
Details:
Cannot connect to VM
com.sun.jdi.connect.TransportTimeoutException
And in console window it's displayed:
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
ERROR: transport error 202: connect failed: Connection timed out
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
I suspect that Avast firewall is blocking access to debug mode of the local Virtual machine (jdk1.6.0_25) or when installing avast the setup has modified some Windows system configuration.