On Tue, 2003-02-18 at 08:07, giorgos zervas wrote:
> i am using Apache::DB to debug my mod_perl handlers and altough the 
> debugger seems to be working fine it won't display the source code next 
> to the current line being debugged.

That's because you are compiling that code before you activate the
debugger, so it doesn't get to put in the debugging symbols.  Look at
the "init" method in the Apache::DB documentation.

- Perrin


Reply via email to