【发布时间】:2011-12-25 16:15:21
【问题描述】:
我正在尝试使用 Eclipse 调试我的 Play 应用程序。首先我使用Run As: Application.launch启动它
这似乎行得通。
然后我尝试使用Debug As: Connect JPDA to Application.launch连接调试器
我收到错误消息:
"Failed to connect to remote VM. Connection refused.
Connection refused: connect"
知道如何进行这项工作吗?
【问题讨论】:
-
我发现我必须在 Debug 透视图中。不知道为什么。与 JPDA 有什么关系?
标签: eclipse debugging playframework remote-debugging