Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46508

Google App Engine dev_appserver and pdb?

From Tom P <werotizy@freent.dd>
Newsgroups comp.lang.python
Subject Google App Engine dev_appserver and pdb?
Date 2013-05-30 18:49 +0200
Message-ID <b0pe9cF6d9gU1@mid.individual.net> (permalink)

Show all headers | View raw


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".

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Google App Engine dev_appserver and pdb? Tom P <werotizy@freent.dd> - 2013-05-30 18:49 +0200

csiph-web