springboot 远程调试

 

首先以调试模式启动编译好的jar包,监听端口为5005

java -jar  -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005  rest-0.0.1-SNAPSHOT.jar  --server.port=8083

 

然后配置eclipse远程调试

springboot 远程调试

 

 点击debug就可以了

 

上一篇:idea远程调试tomcat(linux)


下一篇:C++小游戏