Skip to content

Instantly share code, notes, and snippets.

@dwerbam
Created September 2, 2015 11:01
Show Gist options
  • Save dwerbam/db5a267d81acd9bb178c to your computer and use it in GitHub Desktop.
Save dwerbam/db5a267d81acd9bb178c to your computer and use it in GitHub Desktop.
enable grails debugger in intellij, without remote debug
// 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