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.) I want to try gwt-log too, but I can get it working. Any more documentation about using gwt-log? Thanks, Grace
On Thursday, September 22, 2011 2:55:44 PM UTC-4, Isaac Truett wrote: > Laura, > > I would recommend gwt-log <http://code.google.com/p/gwt-log/> first and > foremost for debugging production code. For setting -style in GPE, see the > User's > Guide <http://code.google.com/eclipse/docs/gwt_compile.html>. Also, check > your browser's console. There may simply be a JavaScript error or a file > that isn't being served properly by your production server. > > - Isaac > > > On Thu, Sep 22, 2011 at 2:51 PM, Laura Bickle <[email protected] > <javascript:>> wrote: > >> My app works in development mode, but does not work in production mode. >> >> How do I debug in production mode? I'm using the gwt plugin for eclipse. >> >> I tried googling "debugging in production mode gwt," but I'm still lost. >> How do I: >> - set the -style compiler attribute in the eclipse plugin? >> - create alert messages or read my print statements or something similar? >> - verify that I'm not using any of these? I don't think I am, but I also >> think my code should work and it doesn't. >> - >> http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsCompatibility.html >> - Is there a better way to find my problem? >> >> I appreciate your help, >> Laura >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected] >> <javascript:>. >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
