Monday, December 24, 2012

How to debug the client side code in the GWT application running in the development mode.

I have tried all the possible solution mentioned in the forum in different post but couldn't achieve the result.
 
My scenario is:
we are having a project with project.launch file by which we r running the app in jetty server (by right click selecting the jetty server). I can debug server side code but it is not responding for the client side code though the code is executing.
 
I have tried in the development mode as well .it is showing two tabs- dev mode and jetty (no tab for project) but in the console am unable to see any log which I have put through GWT.log().
How can i get the content of the GWT.log() printed in the console?
 
I tried with -noserver -war war location etc.. option as well--in this case when i select the URL from the clip board n paste it in the explorer,nothing is happening(unable to find the page).
 
 
Can  any one help me with this ?

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

No comments:

Post a Comment