• 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

GWT Debugging Problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I have been using GWT from last 3-4 months. One of the problem I faced a lot initially was of debugging.
I was able to debug the code in development mode for GWT1.7, but for GWT2.0 it didn't allowed me to debug.
The breakpoint was always ignored. So we have to move back to GWT1.7.
Is there any way to debug the code in GWT2.0 and above?

Thanks in advance
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have GWT 2 and the debugging is working fine. try to download the browser plugins to another browser (firefox - chrome - ie) or download the gwt eclipse plugin last version.
Regards,
Dohar
 
ahmed dohar
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
note there is no plugin for browsers on Linux
 
author
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll have to point out that you can debug on Linux; there's a Firefox plugin... but no Chrome one, despite Google's involvement!

To be honest, for a while there were problems with the plugin, which would work only with Firefox 3.5, but yesterday I checked it out with 3.6.8, and it worked fine.

Thanks for the question!
 
I knew I would regret that burrito. But this tiny ad has never caused regrets:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic