Debugging generated classes

2010-05-15 Thread Stefan Bachert
Hi, is there a way to debug through generated classes? How to supply the appropriate sources? Stefan Bachert http://gwtworld.de -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Debugging generated classes

2010-05-15 Thread Gal Dolber
Add this parameter to the luncher: -gen /{SomeDir} Then when you step through the code and get into the generated class press Attach source and select the {SomeDir} 2010/5/15 Stefan Bachert stefanbach...@yahoo.de Hi, is there a way to debug through generated classes? How to supply the