I have problems running my GWT app in debug mode using maven 3. Hosted mode works just fine when I try
mvn gwt:run
on the command line. When I try
mvn gwt:debug
the “Development Mode” app is loaded, but when I press “Launch Default Browser” it start’s loading but then it just hangs forever. Usually I end this mode via Ctrl+c on the command line, but even this is not working and I have to kill the process manually.
I also tried to increase maxPermSize and Xmx without any effect.
mvn -Dgwt.extraJvmArgs='-XX:MaxPermSize=512M -Xmx1024M' gwt:debug
Sometimes it works, sometimes not. When I tried this, I had 4 GB of free RAM available.
Does anyone knows what the problem could be? Any tips are much appreciated.
Cheers,
Markus
This seems to be a problem with Firefox. Try using Chrome. The GWT team might be interested in your specific problem, as this might indicate an error in the GWT plugin for Firefox.