Hello,
My smartGWT (5.0-p20151120) project was previously using GWT 2.6.1 and target browser was Firefox 24 so we used the normal Dev Mode to debug.
But now, our customer wants the target browser to be Firefox 38.2.1. So to be able to keep on debugging, we tried to use GWT 2.7.0 with SuperDevMode. I used your documentation and I managed to compile my app, deploy it and hit on any breakpoint. But I have many problems :
- The first compile at code server start is very much longer than web app start before with simple dev mode
- the recompilations are very long too and make the firefox browser freeze (whereas it seems to be OK in chrome)
- I was not able to enter into sub-methods when hitting any breakpoint in browser.
So, it seems impossible to keep on developping this way. What can I do to improve this? How do SmartGWT developpers do to develop for firefox browsers? Please help me and give me some tips. Me and my team are very in trouble.
My smartGWT (5.0-p20151120) project was previously using GWT 2.6.1 and target browser was Firefox 24 so we used the normal Dev Mode to debug.
But now, our customer wants the target browser to be Firefox 38.2.1. So to be able to keep on debugging, we tried to use GWT 2.7.0 with SuperDevMode. I used your documentation and I managed to compile my app, deploy it and hit on any breakpoint. But I have many problems :
- The first compile at code server start is very much longer than web app start before with simple dev mode
- the recompilations are very long too and make the firefox browser freeze (whereas it seems to be OK in chrome)
- I was not able to enter into sub-methods when hitting any breakpoint in browser.
So, it seems impossible to keep on developping this way. What can I do to improve this? How do SmartGWT developpers do to develop for firefox browsers? Please help me and give me some tips. Me and my team are very in trouble.
Comment