This might be simple question but no luck.How to use Classic Dev mode in GWT 2.7 even i read about GWT SDM (Disabling GWT 2.7.0 Super Dev Mode) and added –nosuperDevMode in Argument but still its behaving the same as Super Dev Mode. Any thought on this?
Asked
Active
Viewed 900 times
2 Answers
0
I had the same problem. If you are using Eclipse, try updating your GWT plugins. When updated, you should also see new radio buttons in the run/debug configurations to pick between classic mode or super dev mode.

wsalame
- 130
- 1
- 8
0
A bit late, but did you try adding :
<superDevMode>false</superDevMode>
To your GWT (gwt-maven-plugin) configuration ?

Florian
- 699
- 1
- 5
- 19