0

我按照http://wiki.eclipse.org/Developing_Tycho中提到的步骤下载了 tycho 源代码。要调试 eclipse 项目(使用 maven tycho),我按照http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+IDE中提到的步骤

现在,当我运行 maven build 并启动远程调试应用程序时,它给出的错误如下:

Failed to connect to remote VM. Connection refused.Connection refused: connect

如何获取 eclipse-maven 端口号?

还有其他方法可以调试 tycho 吗?

谢谢。

4

1 回答 1

1

solved! execute mvnDebug command from command line so it will halt at breakpoint and then start eclipse remote debug application. It works.. Previously I executed maven debug command from eclipse maven debug configuration which doesnt work.

于 2012-08-21T08:20:49.733 回答