GGTS在尝试调试Grails项目时死亡

时间:2015-04-04 03:54:13

标签: grails ggts

我在Windows 8.1上的eclipse 4.4.0上使用Grails 2.4.3和GGTS 3.6.2 ...

当要求使用“debug as - > run-app”进行调试时,它只是在显示以下内容后挂起...

Loading Grails 2.4.3
Configuring classpath.
Environment set to development
.................................
Packaging Grails application
....................................
Running Grails application

终止该过程提供以下内容:

Loading Grails 2.4.3
Configuring classpath.
Environment set to development
.................................
Packaging Grails application
....................................
Running Grails application
Error
Forked Grails VM exited with error

我根本无法调试任何东西。 问题与Grails 2.4.4,GGTS 3.6.3 / 4,Eclipse 4.4.1相同。

1 个答案:

答案 0 :(得分:0)

我建议从eclipse远程调试grails app,它效果最好。

在eclipse / ggts中,为端口5005上的“远程Java应用程序”创建调试配置

使用以下命令

从grails控制台(命令提示符)运行grails

grails --debug-fork然后运行app

当它说等待连接端口5005时,运行您刚才创建的远程调试配置。你应该能够调试应用程序。