eclipse debug模式启动工程提示cannot connection to VM 解决办法

今天在eclipse中用debug模式启动工程,发现报错了,

提示信息:cannot connection to VM,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]

网上查询了几种方法都试过都不行,最后想起可能是防火墙的问题,把防火墙关闭之后,再启动工程,可以启动,问题解决!

你可能感兴趣的:(eclipse debug模式启动工程提示cannot connection to VM 解决办法)