Are you using Java or Python? With Java, you can use any debugger. Run your application in debug mode and set breakpoints or watches. In Python, you can use PDB, but you'll need to make a few changes to your config. Last I tried, these instructions worked for me using webapp:
http://morethanseven.net/2009/02/07/pdb-and-appengine.html On Tue, Jul 20, 2010 at 8:01 AM, Lu <[email protected]> wrote: > Hi, > > I find debugging the web application is quite annoying because we > cannot print message to a file. What's more, sometimes the message is > too long, the console window of elipse will erase the previous > printing message. > > Is there a better way to debug the application? > > Thanks, > Lu > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
