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
debugging hooks installed.  Either make your call to Apache::DB sooner
or take this stuff out of your startup.pl and load it later when you
want to debug it.

- Perrin

Reply via email to