santang has asked for the wisdom of the Perl Monks concerning the following question:
I have a fairly large mod_perl application which I have to learn. I would like to be able to run it inside the Perl debugger, as I find looking at a "first person" view of the running program invaluable to understanding it.
Is there a way to single step through the Perl stages of a mod_perl request cycle?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl -d on a mod_perl application?
by drfrog (Deacon) on Mar 19, 2004 at 02:15 UTC | |
|
Re: perl -d on a mod_perl application?
by toma (Vicar) on Mar 19, 2004 at 01:39 UTC |