The simplest way to debug a GAE app is to just use tons of logging calls: http://docs.python.org/library/logging.html
These will show up in the logs area of your app's dashboard. If you are running a local dev_appserver.py you can use an IDE like PyDev to set up breakpoints and watch variables. It's not too hard to set up and will save you lots of time in the long run. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
