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
Try this:
In idea choose Edit configurations from list next to 'run' button. Then add Remote, choose your name and left default remote configuration settings. (port 5005 etc)
Run your app from console by using
grails run-app --debug-fork
In idea, choose your configuration from list and hit debug button when console display info:
Listening for transport dt_socket at address: 5005