Debugging a python module as a form's action handler

Edward Diener eldiener at earthlink.net
Tue Apr 27 20:30:32 EDT 2004


I am using Python in a CGI web application and need to be able to debug a
Python module as a form handler. Is there a way to do this so that I can
step through my module while it is handling the form's data ?

I couldn't find much information at all in either IDLE or PythonWin about
using the IDE's for debugging, so I thought I would ask here.





More information about the Python-list mailing list