我在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相同。
答案 0 :(得分:0)
我建议从eclipse远程调试grails app,它效果最好。
在eclipse / ggts中,为端口5005上的“远程Java应用程序”创建调试配置
使用以下命令
从grails控制台(命令提示符)运行grailsgrails --debug-fork然后运行app
当它说等待连接端口5005时,运行您刚才创建的远程调试配置。你应该能够调试应用程序。