i am using GWT developer plugin v1.0.7263 in chrome 4.0.249.30 with eclipse v3.5.1/app engine sdk 1.3.0 and web toolkit sdk 2.0.0 on vista.
after copy-and-pasting the initial URL into chrome, i see a module on that page load in the development mode view in eclipse, as expected. when i click on a link or the module makes a call to Window.Location.assign() to take me to another page, the gwt.codesvr query param is lost. in order to debug modules on subsequent pages, i have to manually add the gwt.codesvr param to the URL each time. this is annoying. it would be nice if the plugin looked for the gwt.codesvr query param and, when present in the request URL, stored the code server IP address in a cookie. the server should look for value in both the query param and the cookie. please consider adding this to an upcoming release. the development plugin is virtually unusable since it requires manually adding the gwt.codesvr query param to the URL each time you go to another page (module). -- 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.
