Yes, if you do a GWT compile with the argument -style PRETTY or -style DETAILED (or you can set this in the Google Plugin for Eclipse when you do right-click on project-> Google-> GWT compile), the JS code will not be obfuscated, which can be helpful for debugging -- note, though, that for production you'll want the obfuscated version so your app will take less time to download and be faster.
kathrin On Wed, Apr 7, 2010 at 8:41 AM, nacho <[email protected]> wrote: > Is there anyway to make that GWT when compiles the JS code uses more > human readable vars? > > For example when i have an error like this: > > this.a.s.g is null > > The only thing that i know is that i have a null over there but i > don't any idea where to search :( > > -- > 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]<google-web-toolkit%[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.
