在 Grails 2.4.4 中调试。 IDE Groovy/Grails 工具套件
Debuggin in Grails 2.4.4. IDE Groovy/Grails Tool suite
如何在 grails 2.4.4 中调试我的代码?
是否有任何命令 运行 作为调试?
您可以 运行 您的应用程序,方法是右键单击项目 select debug-as 然后 运行-应用
我想您也可以使用这些命令来调试 grails 应用程序
grails run-app --debug
或分叉执行
grails run-app --debug-fork
关注这个link了解更多
http://grails.github.io/grails-doc/2.3.x/guide/commandLine.html
谢谢。
如何在 grails 2.4.4 中调试我的代码?
是否有任何命令 运行 作为调试?
您可以 运行 您的应用程序,方法是右键单击项目 select debug-as 然后 运行-应用
我想您也可以使用这些命令来调试 grails 应用程序
grails run-app --debug
或分叉执行
grails run-app --debug-fork
关注这个link了解更多
http://grails.github.io/grails-doc/2.3.x/guide/commandLine.html
谢谢。