Online Debugging

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Jan 31 18:54:56 EST 2008


En Thu, 31 Jan 2008 03:15:05 -0200, Yansky <thegooddale at gmail.com>  
escribió:

> I'm trying to debug a script on my server and it's taking forever
> using print to find the error. I've tried to use the debugging
> examples on this page http://webpython.codepoint.net/debugging but
> they don't seem to be working for me.
>
> Is there an easier/better way to debug online scripts? I was hoping
> there might be something similar to php where it gives some error info
> and the line code.

...and that's what the cgitb module does, among other things.
Why do you say it doesn't work for you?

-- 
Gabriel Genellina




More information about the Python-list mailing list