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]
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:
Post a Comment