You might be happier with the separate window hosted mode, just use your previous Java Application instead of Web Application, and change the "main class" from HostedMode to DevMode. This will bring up a separate window instead of the embedded eclipse tab, and a handy Launch in Browser button. I've still not found any way to invoke this separate window mode from the Web Application configuration.
If your browser still isn't asking for the plugin, maybe post the details of the configuration you're trying (OS, browsers, etc) jk On Apr 16, 2:29 am, Yves <[email protected]> wrote: > Hi. > > I was an happy user of GWT 1.6, using its HostedMode class to debug my > Java code. > > I've installed GWT 2.0.3 and I can't debug anymore. > > I've installed new Eclipse plugin, that should open a new eclipse view > called "Web Application Debug View", but when I try to debug my > application, I don't see anything appear in this view, as I saw on > some tutorials. > > Here's the way i launch my app: > > com.google.gwt.dev.DevMode -noserver -logLevel ALL -startupUrl [myUrl] > [fully qualified module name] > > I use tomcat 6 as external server. > > So, when launching I get a window opening, telling me that it's OK, > app has been started, but when I open given URL (with > gwt.codesrv=127.0.0.1:9997), firefox doesn't ask me for a plugin > installation, and breakpoints don't work. > > What could be the problem? > > Thanks. > > Yves. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
