>cd apache-tomcat-8.5.24
>cd conf
>vim catalina.sh
在文件开始处添加:
CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50812"
重启Tomcat:bin/shutdown.sh bin/startup.sh
就可以链接远程debug端口了
原文地址:https://www.cnblogs.com/shuada/p/9379962.html
时间: 2024-09-27 19:59:05