mod_perl interactive debugging

2008-05-27 Thread william
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/apac

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

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-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 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 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, 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-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-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 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 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

Fwd: mod_perl interactive debugging

2008-06-01 Thread william
-- Forwarded message -- From: william <[EMAIL PROTECTED]> Date: Jun 1, 2008 6:11 PM Subject: Re: mod_perl interactive debugging To: Fred Moyer <[EMAIL PROTECTED]> On 6/1/08, william <[EMAIL PROTECTED]> wrote: > On 6/1/08, william <[EMAIL PROTECTED]> w

Re: Fwd: mod_perl interactive debugging

2008-06-03 Thread Frank Wiles
On Mon, 2 Jun 2008 01:30:33 +0800 william <[EMAIL PROTECTED]> wrote: > Hello, my debugger is working fine now under mod_perl, I can exit from > debugger just > like normal 'q' command. But then the apache is still in debugging > mode and single process. So I have to press CTRL+Z to get out to th

Re: Fwd: mod_perl interactive debugging

2008-06-06 Thread william
On 6/4/08, Frank Wiles <[EMAIL PROTECTED]> wrote: > On Mon, 2 Jun 2008 01:30:33 +0800 > > william <[EMAIL PROTECTED]> wrote: > > > > Hello, my debugger is working fine now under mod_perl, I can exit from > > debugger just > > like normal 'q' command. But then the apache is still in debugging >