Google App Engine dev_appserver and pdb?

T

Tom P

Is there a way to use pdb to debug Google apps written in Python?
When I start the development system to run the app "test" like this -

'./google_appengine/dev_appserver.py' './test'

- I'd like to send the program into debug. I couldn't see anything in
the documentation how to do this. If I do this -
python -mpdb './google_appengine/dev_appserver.py' './test'
- then dev_appserver.py goes into debug but doesn't know anything
about "test".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top