在eclipse进行 debug

1.在eclipse通过remote 对tomcat进行debug设置
打开startup.bat文件在其中增加 set CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7070
再在eclipse的remote中新建debug端口为7070(端口可以改为其他,主要不其他冲突就可以了)
还有其他的debug以后有时间再写吧,希望其他人也来补充

你可能感兴趣的:(eclipse,tomcat,socket)