http://qs321.pair.com?node_id=574267


in reply to How to attach a perl debugger to a running perl

From within Komodo you can set breakpoints, "watch" variables and single step your program.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: How to attach a perl debugger to a running perl

Replies are listed 'Best First'.
Re^2: How to attach a perl debugger to a running perl
by valavanp (Curate) on Sep 28, 2006 at 12:13 UTC
    First you must have error logs file path in your server. With that you can able to trace the error in the file. Or you can just add the following code to see whether that particular function is working or not:
    print "Content-type:text/html\n\n"; print "here";