I can\'t debug my code in IntelliJ IDEA. When debug mode is active and running, but the breakpoints don\'t have that \"v\" checked that represents a valid and stoppable brea
I tested with intellij latest with Grails 2.3.4 on Mac Os x Lion.
Then I tried Igors's advice and it is working without forked mode.
grails.project.fork = [
test: false,
run: false
]
Please check for detail grails documentation
if you want to debug forked mode you should check following blog post explainsvery well.
http://blog.jdriven.com/2013/12/grails-goodness-debugging-app-forked-mode/