Friday, June 6, 2014

Re: Debugging in production mode

I tried SuperDevMode and I can access URL: http://localhost:9876/
 
But I am geting this:
Can't find any GWT Modules on this page.
 
I already updated my .gwt.xml
with the following

<add-linker name="xsiframe" />

<set-configuration-property name="devModeRedirectEnabled" value="true"/>

<!-- enable source maps -->

<set-property name="compiler.useSourceMaps" value="true" />

and recompiled my application. Any idea? Thanks.
Grace

On Thursday, June 5, 2014 6:47:43 PM UTC-4, Vassilis Virvilis wrote:


On Thu, Jun 5, 2014 at 11:04 PM, Grace Yeung <gracey...@gmail.com> wrote:
Thanks Thomas. I am trying to use super-dev-mode after reading your post. But so far without success. Do you have a quick way to set up the super-dev-mode?
I am using eclipse and gwt 2.6.0. Any help is appreciated.

Grace

On Wednesday, June 4, 2014 5:52:20 AM UTC-4, Thomas Broyer wrote:


On Tuesday, June 3, 2014 10:20:46 PM UTC+2, Grace Yeung wrote:
I am working on the same issue. Things work in development mode, but not production mode. (And this is only for one module, I have another module working fine on both modes.)

Have you tried super-dev-mode? If it works in superdevmode but fails in prod mode, then that would most likely mean there's a bug in the GWT compiler's optimizations.

--
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-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.



--
Vassilis Virvilis

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