- 首先在catelina.sh中添加
JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=23787,server=y,suspend=n"
- Eclipse中debug configuration中,connect 标签下设置端口号和source标签下设置对应工程
- 在java源文件中设置断点
- 重启tomcat服务器,当执行到设置的断点时,Eclipse会自动跳转到断点处
时间: 2024-11-05 11:32:12
JAVA_OPTS="$JAVA_OPTS -Xrunjdwp:transport=dt_socket,address=23787,server=y,suspend=n"