Wednesday, September 28, 2011

Re: Debugging in production mode

gwt-log helped me find my errors.  (Thanks Isaac)  I had a bunch of NullPointerExceptions that weren't getting caught.  (Thanks Thomas)  When I changed my code to check first instead of catching an exception, it worked!

On Fri, Sep 23, 2011 at 1:03 AM, Thomas Broyer <t.broyer@gmail.com> wrote:
Hey, looks like they're adding the perfect tool for this kind of use cases: http://code.google.com/p/google-web-toolkit/wiki/SourceMaps (code is in review at: http://gwt-code-reviews.appspot.com/1558803/ )

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/7A1rLo-M0ywJ.

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

No comments:

Post a Comment