Grails 2.4.4中的Debuggin。 IDE Groovy / Grails工具套件

时间:2015-10-24 07:59:50

标签: grails grails-2.0

如何在grails 2.4.4中调试我的代码?

任何命令都可以作为调试运行吗?

1 个答案:

答案 0 :(得分:1)

您可以通过右键单击项目选择调试为,然后运行应用

来运行您的应用

我想您也可以使用这些命令来调试grails应用程序

grails run-app --debug 

或分叉执行

grails run-app --debug-fork

点击此链接了解更多

http://grails.github.io/grails-doc/2.3.x/guide/commandLine.html

感谢。