1、远程要调的程序 运行 时加入 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000
2、eclipse 远程调试配置 socket attach 模式
其它 -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=48100
本文介绍了如何在远程程序中加入-Xdebug参数进行调试,并详细说明了Eclipse配置远程调试的具体步骤,包括使用socket attach模式。
1、远程要调的程序 运行 时加入 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000
2、eclipse 远程调试配置 socket attach 模式
其它 -Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=48100

被折叠的 条评论
为什么被折叠?