Jason: This is my URL: http://127.0.0.1:8888/MyPage.html?gwt.codesvr=127.0.0.1:9997<http://127.0.0.1:8888/vehicles.html?gwt.codesvr=127.0.0.1:9997>
<http://127.0.0.1:8888/vehicles.html?gwt.codesvr=127.0.0.1:9997>The page runs fine in debug mode, except it doesn't stop at any of my breakpoints. Hence no debugging :( I have tried to compare my project with a newly created (debuggable) project, but i cant find any discrepancies. But the must be a reason why my older projects wont debug. Just cant figure out what it is. Thanks On Mon, Apr 19, 2010 at 7:53 PM, Jason Parekh <[email protected]> wrote: > 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 <[email protected]> wrote: > >> 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 breakpoint and debugging works as >> usual. >> >> How do i make my old projects debuggable again? >> >> PS. >> >> GWT version: 2.0.3 >> GAE version: 1.3.2 >> Eclipse version: Galileo 3.5 >> Web browser: Chrome + GWT Developer Plugin - Version: 1.0.7263 >> >> I have updated my VM arguments to: >> -javaagent:"MyLocalPath"\eclipse\plugins >> \com.google.appengine.eclipse.sdkbundle. >> 1.3.1_1.3.1.v201002101412\appengine-java-sdk-1.3.1\lib\agent\appengine- >> agent.jar >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine for Java" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
