Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-07 Thread Sorinel C
Why don't you check here? http://ui-programming.blogspot.com/2009/12/update-your-application-to-gwt-20.html where you have the most important steps of upgrading a GWT application to version 2.0. (THE MOST IMPORTANT IS CLEARING THE BROWSER CACHE USE THE URL PARAMETER gwt.codesvr) I think it

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Rogério Valente
Check if the message below is on console output. [WARN] The class com.google.gwt.dev.HostedMode is deprecated and will be removed -- use com.google.gwt.dev.DevMode instead. If the message is present on your console, change your main class from com.google.gwt.dev.HostedMode to

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread y
I opened a new project and it works fine. I am still trying to migrate existing project. Any idea what I may be missing? I already switched the SDK to 2.0 On Jan 6, 7:25 am, Rogério Valente rogerio.vale...@gmail.com wrote: Check if the message below is on console output. [WARN] The class

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread y
OK. I got it fixed. Had to clean some stuff in the app's XML and class path. Was a bit messy, but now it's working. Thank you all On Jan 6, 7:25 am, Rogério Valente rogerio.vale...@gmail.com wrote: Check if the message below is on console output. [WARN] The class com.google.gwt.dev.HostedMode

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
Did you try relaunching your application and Firefox after you installed the plugin? On Jan 5, 8:52 pm, y y...@cs.washington.edu wrote: Anyone managed to debug with GWT 2.0? I don't get a prompt to install the developer plugin. Even when I installed it manually, nothing happens. Breakpoints

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
Actually, I just relaunched the debugger and switched to debug mode, and am now able to hit the breakpoints. On Jan 5, 1:45 pm, y y...@cs.washington.edu wrote: When GWT was working with its internal browser, debugging from Eclipse was simple. I just marked the breakpoints and ran as debug.

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-06 Thread Igor Ganapolsky
It doesn't seem to hit breakpoints for me either. Is it supposed to debug with an external Firefox browser? On Jan 5, 1:45 pm, y y...@cs.washington.edu wrote: When GWT was working with its internal browser, debugging from Eclipse was simple. I just marked the breakpoints and ran as debug.

GWT 2.0: Debug with Firefox and Eclipse

2010-01-05 Thread y
When GWT was working with its internal browser, debugging from Eclipse was simple. I just marked the breakpoints and ran as debug. However, it doesn't seem to work with GWT 2.0 and Firefox. Any idea what am I missing? Thanks -- You received this message because you are subscribed to the Google

Re: GWT 2.0: Debug with Firefox and Eclipse

2010-01-05 Thread y
Anyone managed to debug with GWT 2.0? I don't get a prompt to install the developer plugin. Even when I installed it manually, nothing happens. Breakpoints just don't halt the running. Mac 10.6 (updated to the latest), Eclipse 3.5.1, Java 1.6.0 Tried with the latest stable Firefox and Chrome On