gpt4 book ai didi

playframework-2.3 - IntelliJ IDEA 13.1 调试抛出无法在 Windows 7 上打开 Play 2.3.x 的调试器端口错误

转载 作者:行者123 更新时间:2023-12-04 08:36:51 24 4
gpt4 key购买 nike

我们在 Web 应用程序中使用 Play 2.3.x。我想调试服务器端代码,所以执行了以下操作

Windows 7 机器上的步骤

1) Set the JAVA_OPTIONS to "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=9999"

2) On IntelliJ IDE : Run > Edit Configurations > Created a configuration with name "myserverdebug" with values ( transport : socket , debugger mode : attach , port : 9999 , host : localhost , modules class path : our project) and apply

3) Run > Debug > Select "myserverdebug"

然后抛出的错误是:

Error running ServerDebugTests: Unable to open debugger port : java.net.ConnectException "Connection refused: connect**



有人能告诉我如何解决 上的这个连接端口错误吗? Windows 7 (不是Linux)?

最佳答案

调试在 play 2.3 中发生了变化。只需使用 -jvm-debug 9999 启动激活器.

之后您的调试配置应该可以工作。

关于playframework-2.3 - IntelliJ IDEA 13.1 调试抛出无法在 Windows 7 上打开 Play 2.3.x 的调试器端口错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25606072/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com