We're using GWT for real world projects and most of the development cycle is great, especially with GWT 2.0, where we have Firebug etc to help out. However, now we've got deployed apps in the field we've found one pain point is that the errors that we tend to get have JavaScript line numbers for the compiled source and we can't work out what the corresponding Java function is in order to debug.
Does anyone know of a good way to work this out (e.g. a magic compiler flag to output a "symbol table" or similar)? For reproable problems we can just fire up the pretty version of the source but for once-in- blue-moon problems that's not possible. If there isn't a feature to allow this right now, would GWT consider adding it to SOYC, say? Thanks, -Shaun -- 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.
