How to debug Web2py applications?

Santiago Corredoira picture Santiago Corredoira · Nov 24, 2008 · Viewed 9.1k times · Source

Is it possible? By debug I mean setting breakpoints, inspect values and advance step by step.

Answer

tangentstorm picture tangentstorm · Nov 25, 2008

You can do remote debugging of python web apps over TCP/IP with winpdb.

(Link appears down as of June 2019. Try PyPI winpdb)