This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes GWT and the fly likes GWT Debugging Problem 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 "GWT Debugging Problem" Watch "GWT Debugging Problem" New topic
Author

GWT Debugging Problem

Anoop Pillai
Greenhorn

Joined: Oct 05, 2008
Posts: 9
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


The Next Best Thing To Knowing Something Is Knowing Where To Find It.
ahmed dohar
Greenhorn

Joined: Oct 06, 2009
Posts: 26
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

Joined: Oct 06, 2009
Posts: 26
note there is no plugin for browsers on Linux
Federico Kereki
author
Greenhorn

Joined: Aug 27, 2010
Posts: 29
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!

Great fan of Open Source, Linux, and web development with GWT; all of these come together for my ESSENTIAL GWT book!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: GWT Debugging Problem
 
Similar Threads
TabLayoutPanel auto height grow in gwt2.0
Roll Back JDK upgrade
GWT2.0 released
J2ee debug
how to get HTML div id name from RootPanel