Thanks
Mac 10.6 (updated to the latest), Eclipse 3.5.1, Java 1.6.0
Tried with the latest stable Firefox and Chrome
[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 com.google.gwt.dev.DevMode.
And if the problem persist, check the Compile & Debug tips in this
url : http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideDevMode
I did make the upgrade to 2.0 version and the debug is working
fine. :-)
Cheers.
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 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 com.google.gwt.dev.DevMode.
> And if the problem persist, check the Compile & Debug tips in this
> url :http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideCompi...
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 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 com.google.gwt.dev.DevMode.
> And if the problem persist, check the Compile & Debug tips in this
> url :http://code.google.com/intl/pt-BR/webtoolkit/doc/latest/DevGuideCompi...
On Jan 5, 1:45 pm, y <y...@cs.washington.edu> wrote:
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 will help you...
Cheers!