1.先在(测试机)上的启动命含中加入开启远程调式的参数
java -Xms500m -Xmx800m -jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5007 /root/workspace/xx-1.0-SNAPSHOT.jar --spring.profiles.active=prod &
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5007 这些是远程调试的参数
5007代表的是远程调试的端口
2.在eclipse中加入创建远程调试debug config