Sunday, July 27, 2014

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

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

I think it is -draftCompile . Doesn't the GWT compiler help (which is automatically shown on console when you provide an unknown parameter) doesn't show the correct option?


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?

Server exceptions are shown in your DevMode Jetty output and client exceptions are shown in the browser console and/or are handled by your GWT.setUncaughtExceptionHandler().

 
How can I debug step by step in SDM?

Using the browser's dev tools. For eclipse there is a proof-of-concept plugin to allow debugging in the IDE: https://github.com/sdbg/sdbg

-- J.

--
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