aspose file tools
The moose likes GWT and the fly likes Unable to debug the client side code in GWT for development mode Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Unable to debug the client side code in GWT for development mode" Watch "Unable to debug the client side code in GWT for development mode" New topic
Author

Unable to debug the client side code in GWT for development mode

sumanta sumant
Greenhorn

Joined: Dec 24, 2012
Posts: 1
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 are running the application 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 and paste it in the explorer,nothing is happening(unable to find the page).



Can any one help me with this ?
 
I agree. Here's the link: jrebel
 
subject: Unable to debug the client side code in GWT for development mode
 
Similar Threads
Saving a file under my GWT project's '/war' path - Security Exception
GWT 2.3 in Eclipse Indigo - can't even do the demo program/tutorial?
GWT Dev mode Changes in the Java class is not reflecting when refresh the browser
Logging in the Application
cannot sete debug mode in client side code