• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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 ?
 
Hoo hoo hoo! Looks like we got a live one! Here, wave this tiny ad at it:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic