I'm using the gwt maven plugin and I need to debug when GWT generates Java code during its rebind/generator operations, we have a lot of custom code generation code and need to be able to debug this.
I've tried setting the normal Java commands for remote debugging both in MAVEN_OPTS and in the config section of the gwt plugin but when I connect my debugger (IntelliJ) my break points do not get hit. Any pointers on how to do this? -Dave
