Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to attach a perl debugger to a running perl

by CountZero (Bishop)
on Sep 21, 2006 at 21:06 UTC ( [id://574267]=note: print w/replies, xml ) Need Help??


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

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";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://574267]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-03-28 09:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found