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

Reply via email to