NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Devel::StackTrace? (Score:1)
Re:Devel::StackTrace? (Score:1)
Reply to This
Parent
Re:Devel::StackTrace? (Score:1)
That doesn't display the arguments passed to the functions in the caller stack.
Devel::TraceSubs comes closer, but it gets confused if you do odd things with @_. I have a couple of bugs (13287 and 13302) on the issue. I've been trying to find the time to patch it but so far unsuccessful.