step1. Eclipse端添加远程调试
右击工程——>Debug As——>Debug Configuration 选择左窗口的Remote Java Application,右击,选择“New”,右边窗口选择工程、填写主机、端口号
step2. 启动tomcat
代码语言:javascript复制${tomcat}/bin/catalina.sh jpda start
step3. 开始debug
tomcat服务器启动之后,用刚刚创建的pt-master
调试
右击工程——>Debug As——>Debug Configuration 选择左窗口的Remote Java Application,右击,选择“New”,右边窗口选择工程、填写主机、端口号
${tomcat}/bin/catalina.sh jpda start
tomcat服务器启动之后,用刚刚创建的pt-master
调试