Re: Online Debugging

2008-01-31 Thread Gabriel Genellina
En Thu, 31 Jan 2008 03:15:05 -0200, Yansky <[EMAIL PROTECTED]> 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

Re: Online Debugging

2008-01-31 Thread Eddie Corns
Yansky <[EMAIL PROTECTED]> writes: >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/bett