I am using this specific command to run my Grails application clean bootRun -Dgrails.env=test
.
I would like run my application (with the same configuration) in debug mode from IntelliJ.
What Run/Debug configurations should be used to run the app in debug mode with the same options as in the command above?