• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic