step through CGI to debug? (actually ASP)

Bill Seitz fluxent at yahoo.com
Mon Apr 2 16:45:42 EDT 2001


Is there a way to do some 'real' debugging of CGI
scripts, e.g. set breakpoints and then step through
from there?

I'm getting an error message I just can't understand,
and printing out environmental variables just isn't
cutting it...

To make matters worse, this isn't a straight CGI, it's
actually Python-within-ASP.

Might it be possible to set up a function that
"records" a browser request and pickles it? Then have
a 2nd script that one runs from within Python itself
which grabs the pickled request and passes it along to
a target? Would that allow you to step through the
process?


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/?.refer=text




More information about the Python-list mailing list