Call me old school, but I much prefer to do my debugging with pdb, I really don't want to install Eclipse just to debug a small app like this.
So, how do I get pdb running under the app engines local server? If I include it as I usualle would (import pdb; pdb.set_trace()) I get a 500 server error and I can see the pdb prompt, how do I get it to halt execution, and how do I attach to the debugger from the command line? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---