Hi devs,
Lately, Google Developer Plugin had been deprecated and it hasn't been working with Firefox for some time. I was running it on Chrome but recently when I updated my system, I realized that the latest Chrome had also dropped support for the Google Dev plugin.
So I thought of trying out Super Dev Mode (a replacement for Google Dev Plugin). I converted a small project that we had done in GWT and it turned out to be quite easy. One thing that is slightly tricky is that we can no longer do the in-IDE debugging. Super Dev Mode has something called Source maps which allows debugging within the browser. Its not as good as the in-IDE debugging that we are used to in eclipse, but at-least it works.
I haven't yet tried converting the OXD webapp project to Super Dev Mode and I would like to know if somebody has done that. What are your experiences with Super Dev Mode?