Search code examples
pythondebuggingweb2py

How to debug Web2py applications?


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


Solution

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

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