Today, even GWT generator developers are having trouble debugging generated
code with -gen (just think GWTTestCase). It is not very practical for every
day usage of end users.
I don't know how well APT support of IDEs are today but that's something
that IDE's itself can improve upon and we can just share the benefit.


On Sat, Aug 10, 2013 at 11:23 AM, John A. Tamplin <[email protected]> wrote:

> On Sat, Aug 10, 2013 at 2:18 PM, Brian Slesinsky <[email protected]>wrote:
>
>>
>>>    2. IDE support: IDE can trigger codegen (esp. for debugging)
>>>>
>>>
>>> My experience with this has been pretty poor, and running GWT with -gen
>>> is at least as useful.
>>>
>>
>> Also, Super Dev Mode gives you access to all the generated code. You can
>> either use the browser's debugger with SourceMaps turned on (which also
>> allows you to set breakpoints in generated code), or you can browse the
>> source code directly on the codeserver.
>>
>> It would be nice if we somehow got this working with an IDE, though.
>>
>
> I am saying my experience with IDE integration of code generation, whether
> protoc, APT, etc, has been pretty poor.  For example, at work I have taken
> to running protoc outside the IDE and reimporting it, rather than putting
> up with the IDE integration.  Ie, exactly what I can do with GWT today.
>
> --
> John A. Tamplin
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
> ---
> You received this message because you are subscribed to the Google Groups
> "GWT Contributors" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to