Re: how to debug the compiler?

2012-08-21 Thread Jesse Hutton
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 il...@yahoo.com.cn 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 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: how to debug the compiler?

2012-08-21 Thread Alan Leung
If remote debugging isn't your thing. You can follow the README here:

http://code.google.com/p/google-web-toolkit/source/browse/trunk/eclipse/README.txt

-Alan

On Tue, Aug 21, 2012 at 6:50 AM, Jesse Hutton jesse.hut...@gmail.comwrote:

 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 il...@yahoo.com.cn 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 google-web-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.com.
  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 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



how to debug the compiler?

2012-08-20 Thread wahaha
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.