Search This Blog

Wednesday, August 13, 2014

Grails Debugging Enable Intelj Idea

Step 1:-
Add in config.groovy

plugin.platformCore.events.catchFlushExceptions = true

Step 2:-
Add in buildconfig.groovy

grails.project.fork = [
        test: false,
        run: false
]



That's It, 
 Just run in debug mode..  [ click debug button, instead of run button/from menu]

No comments:

Hit Counter


View My Stats