To debug generated code: pass the -gen argument to DevMode (e.g. -gen gen) so you can look at the generated code (will be emitted to the given folder). Here, you could then have access to the generated createAndBindUi method and the line 18 where the error occurs. You can also add the folder to the Sources tab in your Eclipse launcher (assuming you're using Eclipse) and Eclipse will now allow you to step into the generated class.
-- 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.
