Under the Debugger-Hotswap settings I have everything turned on with "Always" to reload classes.
I'm building a Grails 2.0 application.
This used to work for me on a previous grails project. I don't know if it is related to grails 2.0 or if something has just happened in my environment.
It also doesn't reload even simple changes to .css files or .js files. The only thing that does work is a change to a gsp file. That will recompile and reload to the currently running debugging environment.
Any ideas? This is getting to be pretty painful to me.
I upgraded to the 10.5.4 but that didn't help.