HI,

I'm using ANT for compiling  gwt  java class  into  corresponding js
and html files.After compiled successfully i copied all gwt html and
js files parallel to my  WEB-INF folder under my application name ,for
deploying war i'm using Tomcat .Now  i need to put the break point on
gwt java files which files comes under client directory  and debug
it .. can anybody help me out?.

For debugging the  normal java files like servlet or util files i'm
setting tomcat bat file as follows:

set JAVA_OPTS=-Xms256m -Xmx512m -XX:PermSize=128M -XX:MaxPermSize=256M
set JPDA_ADDRESS=1097
set JPDA_TRANSPORT=dt_socket
catalina jpda start

So for above settings i'm able to debug the normal java  fiels like
servlet or util files bug not gwt java files.

I hopes i can get the response soon.....

--

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-tool...@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.


Reply via email to