Sunday, July 27, 2014

Re: GWT Developer Plugin no longer works with Chrome on Linux

Hi Thomas,

my GWT compiler does not recognize a "-draft" option. I am running GWT 2.6.0.

I remember some problems with GWT designer after upgrading GWT the last time, which forced me to go back to an older version. I think it was 2.6.0.

However, I changed my code (added a cell view into my split panel), but I do not see the result after recompiling. Maybe there was an error or an exception. Are exceptions still shown in eclipse when running SDM?

How can I debug step by step in SDM?

Thanks a lot,
Magnus


On Sunday, July 27, 2014 2:44:54 AM UTC+2, Thomas Broyer wrote:


On Sunday, July 27, 2014 1:49:35 AM UTC+2, Magnus wrote:
Hi,

thanks, after all, I am able to get my app running in whatever mode, I think it's Super Dev Mode...

  • call eclipse's "Run as Web Application" command
  • open the URL displayed by eclipse, but omit the "gwt.codesvr=127.0.0.1:9997" suffix

However, after changing some code, a simple reload does not bring the new version. Even a complete restart of the run command in eclipse does not bring the new version.
It's astonishing to me. I make a change in the code and I am unable to propagate this change into the running app. Even closing and reopening the project did not help!

You're running in "prod mode". You need to recompile your app to see the results.
Compiling with "-draft" might be fast enough for you; it is for some: https://plus.google.com/109644308452607074535/posts/Ak5Fxz2R45h

GWT 2.7 will make it much easier to run SuperDevMode, if you can wait until then (or use the snapshots published on Sonatype OSSRH)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment