1.设置tomcat远程调试端口 catalina.sh
export JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8092"
2.设置eclipse
选中需要debug的项目--》右键--》debug as--》debug configurations--》remote java application--》new
3.启动本地项目
4.远程连接服务器进行debug
1.设置tomcat远程调试端口 catalina.sh
export JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8092"
2.设置eclipse
选中需要debug的项目--》右键--》debug as--》debug configurations--》remote java application--》new
3.启动本地项目
4.远程连接服务器进行debug