iea配置

JVM启动参数配置

  • 在系统启动脚本添加如下参数
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005

idea调试

新建remote启动项

remote_debug.png

断点调试

启动remote,当 console 窗口中打印出 “Connected to the target VM, address: 127.0.0.1:4001', transport: 'socket'”即表示链接成功

注意事项

  • 服务器端口限制,比如服务器屏蔽了“4001”端口,会导致远程调试失败;
  • 本地代码和远程代码不一致,也会导致远程代码调试失败;

东瓜
18 声望3 粉丝