Re: DDD and mod_perl handler

2003-07-19 Thread Stas Bekman
Pablo Velasquez wrote: Hello, I've been searching for guidance on using DDD with mod_perl. (DDD is fantastic) [...] I've been reading online for the answer and there are some hints: Debugging mod_perl C Internals http://perl.apache.org/docs/2.0/devel/debug/c.html This document explains how to

DDD and mod_perl handler

2003-07-18 Thread Pablo Velasquez
Hello, I've been searching for guidance on using DDD with mod_perl. (DDD is fantastic) I use DDD to debug my perl scripts like so: ddd --perl myperlscript.pl (quite simple :) However, I haven't been able to do the same with a mod_perl handler. Perl 5.005_03 Apache/1.3.24 (Unix) mod_perl/1.26

Re: DDD and mod_perl handler

2003-07-18 Thread Perrin Harkins
On Fri, 2003-07-18 at 17:13, Pablo Velasquez wrote: 5. This is all good, since now the perl debugger is running my program, just like when I use DDD to run a regular perl script. However, the question is, how can I use DDD to run on top of this? You need to change DDD's behavior so that it