tomcat idea 远程调试debug

1、选择idea的Edit Configurations;

2、点击+号,选择Remote;

3、修改远程服务器的IP和端口号,如图所示:

tomcat idea 远程调试debug

4、tomcat中的catalina.sh 添加 export JAVA_OPTS='-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8001'

tomcat idea 远程调试debug


5、重启tomcat





上一篇:浅谈高风险多团队协同的项目管理方法


下一篇:http-server 超轻量级web服务器