On Wed, Jun 24, 2009 at 17:09, Kara Rawson<[email protected]> wrote: > > Hernan Rodriguez Colmeiro wrote: >> On Tue, Jun 23, 2009 at 16:40, Kara Rawson<[email protected]> wrote: >> >>> i have the same problem when debugging gwt gxt. i have like one line >>> that consists of 100k+ lines of compiled code. a reverse obfuscator >>> would be awesome so i can actually do line breaks and see whats going on. >>> >> >> Maybe a little OT, but the GWT compiler has an optional parameter to >> compile to "nice" code. Is really really helpful when debugging GWT >> code in Firebug. >> >> Hernán >> >> > >> >> > whats the arguments or options to make this happen, ive been poking > around for something that would do this
Just append "-style PRETTY" when you're compiling GWT. Hernán --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" 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/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
