Subject: | Feature requests for trace.pm (Devel::Xray) |
Date: | Tue, 27 Jun 2006 09:46:18 -0400 |
To: | bug-trace [...] rt.cpan.org |
From: | Ethan Mallove <Ethan.Mallove [...] Sun.COM> |
Hi Jeff,
Great module - thanks!
1. Print subroutine exit, as well as subroutine entry. E.g., I would prefer:
[timestamp] entering foo
...
[timestamp] exiting foo
Right now I see
[timestamp] foo
...
[timestamp] foo
2. Make it so the "use trace;" statement is global, such that we don't
have to insert it into every file we want trace output from.
Thanks again,
Ethan