Re: Online Debugging



Yansky <thegooddale@xxxxxxxxx> 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/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.

One simple method might be something along these lines:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52215

which I came across yesterday.

Eddie

.



Relevant Pages

  • Re: Online Debugging
    ... I've tried to use the debugging ... there might be something similar to php where it gives some error info ... Gabriel Genellina ...
    (comp.lang.python)
  • Re: You must specify the PHP executable used for the debug session
    ... ini file to be copied ... Sorry, PHP Debugging configuration failed. ...
    (comp.lang.php)
  • Re: Best (most Borland-like) PHP IDE+Debugger?
    ... existed before Borland quit trying to compete with M$'s VisualC. ... Is there anything like it for PHP? ... But it has no debugging capability. ... Manuel's ONLY answers to questions are to see something on his website - and he never identifies it as his website. ...
    (comp.lang.php)
  • Re: How to include optonial info when running on local server?
    ... maintaining a small site written in php. ... I've used an onscreen reference to indicate identity of included files ... I saw that happen one time - all the log entries showed 127.0.0.1 as the client address... ... If debugging is needed, I'd normally try logging it to a file, regardeless of who views the page. ...
    (comp.lang.php)
  • Re: Simple PHP Debugging with Firebug
    ... > I created a small PHP script that sends all PHP debugging messages to ... So your window is not messed up with debugging ... Yeah, although, real debugging (one of the reasons I still consider Zend atm. ...
    (comp.lang.php)