Re: mod_perl interactive debugging

2008-05-31 Thread william
On 6/1/08, william <[EMAIL PROTECTED]> wrote: > On 6/1/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > > william wrote: > > > > > On 5/29/08, william <[EMAIL PROTECTED]> wrote: > > > > > > > On 5/29/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > > > > > william wrote: > > > > > > > > > > > On 5

Re: mod_perl interactive debugging

2008-05-31 Thread william
On 6/1/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > william wrote: > > > On 5/29/08, william <[EMAIL PROTECTED]> wrote: > > > > > On 5/29/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > > > > william wrote: > > > > > > > > > On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > > > > > > > > >

Re: mod_perl interactive debugging

2008-05-31 Thread Fred Moyer
william wrote: On 5/29/08, william <[EMAIL PROTECTED]> wrote: On 5/29/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > william wrote: > > > On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > > > > On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: > > > > > I put the fo

Re: mod_perl interactive debugging

2008-05-31 Thread william
On 5/29/08, william <[EMAIL PROTECTED]> wrote: > On 5/29/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > > william wrote: > > > > > On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > > > > > > On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: > > > > > > > I put the foll

Re: mod_perl interactive debugging

2008-05-28 Thread william
On 5/29/08, Fred Moyer <[EMAIL PROTECTED]> wrote: > william wrote: > > > On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > > > > On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: > > > > > I put the following lines at the top of my startup.pl script > > use APR::Pool (); #

Re: mod_perl interactive debugging

2008-05-28 Thread Fred Moyer
william wrote: On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: I put the following lines at the top of my startup.pl script use APR::Pool (); #specific for mod_perl 2 use Apache::DB (); Apache::DB->init(); Can you show

Re: mod_perl interactive debugging

2008-05-28 Thread william
On 5/29/08, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: > > [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 ? > > > No,

Re: mod_perl interactive debugging

2008-05-28 Thread Perrin Harkins
On Wed, May 28, 2008 at 3:33 AM, william <[EMAIL PROTECTED]> wrote: > [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 ? No, it should just be right there in your terminal. It seems to be forking.

Re: mod_perl interactive debugging

2008-05-28 Thread william
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/gu

Re: mod_perl interactive debugging

2008-05-27 Thread Perrin Harkins
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 debug