Re: [appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-21 Thread Jason Parekh
Hey Ulrik, Ok, let's make sure a few other things are set properly: - Is the JRE used by the old web app's launch configuration the same as the new app's launch configuration? (Run Debug Configurations, click on the app on the left, then JRE tab) - Is your old web app redirecting in such a way

Re: [appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-19 Thread Jason Parekh
Which URL are you opening from your browser? It should have the ?gwt.codesvr=127.0.0.1:9997 (perhaps with a different value) at the end of it, is that the case? jason On Sat, Apr 17, 2010 at 10:14 AM, GAE_User ulrik@gmail.com wrote: Since GAE changed debugging from the stand alone test

Re: [appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-19 Thread Ulrik Sorber
Jason: This is my URL: http://127.0.0.1:/MyPage.html?gwt.codesvr=127.0.0.1:9997http://127.0.0.1:/vehicles.html?gwt.codesvr=127.0.0.1:9997 http://127.0.0.1:/vehicles.html?gwt.codesvr=127.0.0.1:9997The page runs fine in debug mode, except it doesn't stop at any of my breakpoints. Hence

[appengine-java] Debugging stopped working after updating GAE to 3.1.0 and higher

2010-04-17 Thread GAE_User
Since GAE changed debugging from the stand alone test browser to using browser plugins i have not been able to debug my old projects. The project runs fine, but are just not able to debug. When creating new projects, debugging does works. Eclipse takes focus when the program cursor hits a