I have used GWT Super Dev Mode since 2.5 without any problems. Recently I upgraded Eclipse and GWT to 2.6 at the same time. Everything seems to work up to the point I make any changes to my code:
- Start web server - ok
- Start super dev mode codeserver - initial compile ok
- Open code server - ok
- Open page - ok
- Make code change
- Hit bookmark "Dev mode on" - compile ok
- Reload page - no changes!?
I use "-bindAddress 192.168.5.151" in my run configs to be able to browse from different devices. If I remove -bindAddress everything works again. Why?