Re: Howto use emacs and perldb to debug mod_perl?

2004-05-08 Thread pdupreez-modperl
This works for me. Thanks! I have some suggestions for the pod: > =head2 Preparing httpd.conf > > Now you need to make sure that the SLAVE_EMACS environment variable makes > it to the perl code that runs inside Apache. Fortunately this is easy: > > PerlPassEnv SLAVE_EMACS =head2 Preparing

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-08 Thread pdupreez
This works for me. Thanks! I have some suggestions for the pod: > =head2 Preparing httpd.conf > > Now you need to make sure that the SLAVE_EMACS environment variable makes > it to the perl code that runs inside Apache. Fortunately this is easy: > > PerlPassEnv SLAVE_EMACS =head2 Preparing

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-08 Thread pdupreez-modperl
This works for me. Thanks! I have some suggestions for the pod: > =head2 Preparing httpd.conf > > Now you need to make sure that the SLAVE_EMACS environment variable makes > it to the perl code that runs inside Apache. Fortunately this is easy: > > PerlPassEnv SLAVE_EMACS =head2 Preparing

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-07 Thread Paul G. Weiss
On Thu, 06 May 2004 12:22:49 -0700, Stas Bekman <[EMAIL PROTECTED]> wrote: If someone can write a section explaining how to do that properly, I think it'll be a great addition to our docs. Just post the pod here and I'll add it. Thanks. OK, I'm not exactly a hand at writing pod but I had a g

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-06 Thread Stas Bekman
Paul G. Weiss wrote: On Thu, 6 May 2004 16:12:16 +, <[EMAIL PROTECTED]> wrote: James Moore claimed to have gotten it right: http://groups.google.ch/groups?q=emacs+mod_perl&hl=en&lr=lang_en|lang_de&ie=UTF-8&oe=UTF-8&selm=1051404465.5094 +85%40yasure&rnum=1 It partially works for me. The last p

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-06 Thread Paul G. Weiss
On Thu, 6 May 2004 16:12:16 +, <[EMAIL PROTECTED]> wrote: James Moore claimed to have gotten it right: http://groups.google.ch/groups?q=emacs+mod_perl&hl=en&lr=lang_en|lang_de&ie=UTF-8&oe=UTF-8&selm=1051404465.5094 +85%40yasure&rnum=1 It partially works for me. The last part doesn't: James Moor

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-06 Thread pdupreez
James Moore claimed to have gotten it right: http://groups.google.ch/groups?q=emacs+mod_perl&hl=en&lr=lang_en|lang_de&ie=UTF-8&oe=UTF-8&selm=1051404465.5094 +85%40yasure&rnum=1 It partially works for me. The last part doesn't: > James Moore wrote: > Not elegant, but it does get you full functional

Re: Howto use emacs and perldb to debug mod_perl?

2004-05-05 Thread Frank Wiles
On Wed, 5 May 2004 20:40:08 + [EMAIL PROTECTED] wrote: > Hi, > > Has anyone succeeded in using the perldb debugger > within emacs in order to debug apps that use > mod_perl? > > The following works: > /usr/sbin/apache-perl -X -D PERLDB > but then I get the command line debugger. > > I kno