[google-appengine] Re: Debug with pdb + Django + app-engine-patch ?

2009-01-29 Thread boson
Thanks for the links. Sorry my question wasn't phrased properly, as I thought pdb already did work with the dev_appserver by itself. Star this issue if you want pdb support in dev_appserver: http://code.google.com/p/googleappengine/issues/detail?id=308 On Jan 29, 5:02 am, Jesaja Everling wrote

[google-appengine] Re: Debug with pdb + Django + app-engine-patch ?

2009-01-29 Thread Jesaja Everling
Hi, I also tried to get debugging to work. In the comments for this article: http://jjinux.blogspot.com/2008/05/python-debugging-google-app-engine-apps.html Somebody describes how to define a method with which you can invoke the debugger in a way that should work with the dev_appserver. The sam