On Wednesday, May 30, 2012 3:59:26 PM UTC+2, Dimitrijević Ivan wrote: > > It is sad but FF has much better performances when GWT debugging is the > subject. > > I hope that GWT 2.5 will come up with SourceMaps support so debugging will > not require any additional plugin. So a new FF versioning approach as well > as other incompatibility issues will be solved. >
2.5 *should* come with SuperDevMode, but it'll be *experimental*. As for SourceMaps, only Chrome supports them for the moment, so SuperDevMode won't really help with debugging in Firefox until the guys at Mozilla finish their SourceMaps work: https://wiki.mozilla.org/DevTools/Features/SourceMap It will definitely help with debugging in Chrome though, which currently with the DevMode plugin is both slow (due to sandboxing) and broken ( http://code.google.com/p/google-web-toolkit/issues/detail?id=5778#c65), as well as Chrome for Android, Mobile Safari, and UIWebView-based iOS apps (through http://www.iwebinspector.com/ or similar means). When other browsers catch up on SourceMaps, then we can ditch the DevMode plugins entirely. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1CB4YZzfK3UJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
