简体   繁体   中英

Debuggin in Grails 2.4.4. IDE Groovy/Grails Tool suite

How to debug my code in grails 2.4.4?

Any command is there to run as debug?

You can run your application by right click on project select debug-as and then run-app

and I guess you can also use these commands to debug grails application

grails run-app --debug 

or for forked execution

grails run-app --debug-fork

follow this link to know more

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

thanks.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM