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]>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]. > To unsubscribe from this group, send email to > [email protected]. > 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
