Although you're most likely debugging from your local machine you'll want to make sure you update your app on the server. For starters the "hosted.html" that is generated in 2.0 has specific information that facilitates communication between the Developer Plugin and your Code Server.
Typically you don't need to worry about these files since they are auto-generated and picked up by the embedded Jetty browser that ships with GWT. But given that you are deploying and debugging via an external server, you will need to take the added steps of recompiling with 2.0, deploying once, and then debugging. On Sun, Dec 6, 2009 at 10:05 AM, webdizz <[email protected]> wrote: > Hi, All > I have a problem with debug my GWT Gadget on iGoogle page. > I'm launching GWT debug mode, in the Develoment Mode I see following > URL > http://www.google.com/ig?t=2&gwt.codesvr=192.168.0.100:9997 > But after I open this URL and set breakpoint Eclipse doesn't stop on > it. > Did anybody face with this issue? > Thanks in advance. > > -- > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
