[google-appengine] Re: Debugging in Google App Engine

2009-03-31 Thread Sylvain
http://code.google.com/intl/fr/appengine/articles/eclipse.html On 31 mar, 13:57, Lee Olayvar wrote: > WingIDE debugs an active dev_appserver.py session just fine. The only thing > i noticed is that if your on a breakpoint, during a page load, that your > client (firefox for me) may simply giveup

[google-appengine] Re: Debugging in Google App Engine

2009-03-31 Thread Lee Olayvar
WingIDE debugs an active dev_appserver.py session just fine. The only thing i noticed is that if your on a breakpoint, during a page load, that your client (firefox for me) may simply giveup the request after a while. None the less the debugger works fine. On Tue, Mar 31, 2009 at 3:59 AM, arnie w

[google-appengine] Re: Debugging in Google App Engine

2009-04-01 Thread Ubaldo Huerta
You may want to take a look at firepython http://github.com/darwin/firepython/tree/v0.4 Firepython isn't quite debugging (stepping, breakpoints, etc), it's a way to get info, warning, etc log messages into firebug console. Now it even has profiling although I haven't tried that part yet On Mar

[google-appengine] Re: Debugging in Google App Engine

2009-04-02 Thread Martin
I use debugging with Eclipse as mentioned in http://code.google.com/intl/fr/appengine/articles/eclipse.html It works great! On Mar 31, 2:18 pm, Sylvain wrote: > http://code.google.com/intl/fr/appengine/articles/eclipse.html > > On 31 mar, 13:57, Lee Olayvar wrote: > > > WingIDE debugs an active