Re: Custom debugger subs and Apache::DB

2006-07-10 Thread R Koch
On 7/10/06, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: Why not use Apache::DProf part of Apache::DB ? I did try that first, but I couldn't get it to work at all. I exactly followed the examples in the module's documentation, and apache runs with Apache:Dprof loaded; but I never got an outpu

Custom debugger subs and Apache::DB

2006-07-10 Thread R Koch
Hi, I'm having some trouble working with Apache::DB. I would like to override the debugger subs DB::DB and DB::sub with my own custom versions. I tried several tips found on here and clpm, but can't quite get it to work. I'm running Perl 5.8.8, mod_perl 2, apache 2.0.55, Freebsd 5.5. Here's what