On Tue, 2004-05-18 at 13:27, Ruslan U. Zakirov wrote: > First time I thought that A::DP has limit on depth for tree, but as you > can see RT::Ticket::HasUnresolvedDependencies calls directly only: > RT::Ticket::UnresolvedDependencies > RT::Tickets::IgnoreType > but they are unreported.
The problem is most likely that you are compiling that code before you initialize the debugger. See the note about this in the Apache::DB docs. You have to call Apache::DB->init before you pull in any modules you want to profile. - Perrin -- Report problems: 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