step1. Eclipse端添加远程调试
右击工程——>Debug As——>Debug Configuration
选择左窗口的Remote Java Application,右击,选择“New”,右边窗口选择工程、填写主机、端口号
step2. tomcat服务器启动模式
${tomcat}/bin/catalina.sh jpda start
step3. 开始debug
用刚刚创建的pt-master
调试,注意,在tomcat服务器启动之后,立马进行调试,要快。
时间: 2025-01-15 12:45:09