I forgot to say that I use eclipse as a ide.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6m86vZmXCfcJ.--
Magnus
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Use firefox2012/5/29 Magnus <alpine...@googlemail.com>
I forgot to say that I use eclipse as a ide.To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/6m86vZmXCfcJ.--
Magnus
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsub...@googlegroups.com.
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.
Hi,
I'm sorry, but the answers on my post do not solve the problem.
FF is a little bit faster, but serious development is definitively not possible.
Have you tried SuperDevMode? Experimental and requires a bleeding-edge GWT version, if it helps being productive then it's probably worth the try.
Have you modularized your app so you can run only a subset of it in DevMode?
Have you tried profiling DevMode and tweaking the JVM options?
It also depends what one means by "serious development". A serious developer won't refresh the browser upon changing a comma.
Am Dienstag, 19. Juni 2012 17:19:26 UTC+2 schrieb Thomas Broyer:Have you tried SuperDevMode? Experimental and requires a bleeding-edge GWT version, if it helps being productive then it's probably worth the try.
Not yet. Where can I get more information on this?
Have you modularized your app so you can run only a subset of it in DevMode?
My app is modularized in packages, but I think this doesn't reduce the overhead when it is run. What level of modularization do you mean?
Have you tried profiling DevMode and tweaking the JVM options?
No! Which JVM options could I try?