Search This Blog

Showing posts with label Grails Debugging Enable Intelj Idea. Show all posts
Showing posts with label Grails Debugging Enable Intelj Idea. Show all posts

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]

Hit Counter


View My Stats