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


Groups > comp.lang.python > #46508 > unrolled thread

Google App Engine dev_appserver and pdb?

Started byTom P <werotizy@freent.dd>
First post2013-05-30 18:49 +0200
Last post2013-05-30 18:49 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#46508 — Google App Engine dev_appserver and pdb?

FromTom P <werotizy@freent.dd>
Date2013-05-30 18:49 +0200
SubjectGoogle App Engine dev_appserver and pdb?
Message-ID<b0pe9cF6d9gU1@mid.individual.net>
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".

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web