Re: [MP2]: no access to the perl source when using the perl debugger

2008-06-04 Thread titetluc titetluc
2008/6/3, Perrin Harkins <[EMAIL PROTECTED]>: > > On Tue, Jun 3, 2008 at 4:51 AM, titetluc titetluc <[EMAIL PROTECTED]> > wrote: > > The symptoms: the debugger is correcly called but does not dipslay the > > source script. Your guess is correct !!! I called Apache::DB->init() too late Thanks a l

Re: [MP2]: no access to the perl source when using the perl debugger

2008-06-03 Thread Perrin Harkins
On Tue, Jun 3, 2008 at 4:51 AM, titetluc titetluc <[EMAIL PROTECTED]> wrote: > The symptoms: the debugger is correcly called but does not dipslay the > source script. My guess is that you are loading the code being debugged before calling Apache::DB->init(), so this code was compiled with no debug

[MP2]: no access to the perl source when using the perl debugger

2008-06-03 Thread titetluc titetluc
Hello all, I am trying to use the perl debugger (using Apache mod_perl-2.0.2-6.3.el5 and httpd httpd-2.2.3-11.el). I followed the instructions in http://www.perl.com/pub/a/2006/02/09/debug_mod_perl.html and http://perl.apache.org/docs/1.0/guide/debug.html but the debugger does not run correctly.