The most important thing is:
The jdk of server side and client side must be exactly the same.
then in start command:
remoteDebug="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1861"
本文强调了服务器端和客户端的JDK版本必须完全相同的重要性,并提供了一条启动命令示例,该命令包含了远程调试的相关配置。
The most important thing is:
The jdk of server side and client side must be exactly the same.
then in start command:
remoteDebug="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1861"

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