You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2004/01/27 23:15:08 UTC

RE: Debugging with Apache::DB: how to disable unneeded debug output?

On Tue, 2004-01-27 at 16:05, Egor Shipovalov wrote:
> if this is natural to the Perl debugger, why I'm not getting it when
> debugging ordinary Perl programs?

Because they have shorter sub names.  All it's doing is telling you
where the code is that it's running.  With systems like Mason that eval
code, that's a long and complex location.

> I'm suspecting it's an Apache::DB thing

Nope.  You're welcome to try hacking on the debugger interface though. 
It's written in perl.  Instructions are in the perldebug man page.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html