Created
September 2, 2015 11:01
-
-
Save dwerbam/db5a267d81acd9bb178c to your computer and use it in GitHub Desktop.
enable grails debugger in intellij, without remote debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// add this to grails-app/conf/BuildConfig.groovy: | |
grails.project.fork = [ | |
test: false, | |
run: false | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment