On Wed, May 28, 2008 at 5:50 AM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Tue, May 27, 2008 at 1:38 PM, william <[EMAIL PROTECTED]> wrote: >> Hello, I am trying to debug my perl code under mod_perl and I had >> followed all the instruction at this section >> http://perl.apache.org/docs/1.0/guide/debug.html#Interactive_mod_perl_Debugging >> >> I managed to see my perl debugging console prompted , but this prompt >> is shown by the >> tail -f /var/log/apache2.log > > Did you actually start your server with httpd -X as shown in that > documentation? > > - Perrin >
Thanks for the reply, yes I did, [EMAIL PROTECTED]:~$ sudo apache2 -X -DPERLDB -k restart [notice] Apache::DB initialized in child 10312 Do I have to use DDD to see the prompt ? Where would the debugger prompt appear when I use the browser to request the file ? Thanks
