Pages

Sunday, February 15, 2015

Grails debugging

Debugging with grails is extremely easy.

1) Run your app with grails --debug-fork run-app
2) Wait for it to accept connections
3) Remote debug on localhost and port 5005

No comments:

Post a Comment