One way is to enable remote debugging in the 'gwtc' target in the build.xml file of a project. You'll set up a remote debugging session in your IDE using the gwt-dev source. Run 'ant gwtc' from the command line in the project, and then start your remote debugging session in your IDE.
Jesse On Mon, Aug 20, 2012 at 9:59 PM, wahaha <[email protected]> wrote: > i want to learn some about the source code of the compiler,but how debug it > ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/-exyN-E_tOcJ. > 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. -- 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.
