blob: d863d845a19611fd5d12bcc842f7b2cbeca4a442 (
plain) (
tree)
|
|
App::Trace provides debug/tracing support for perl programs and
modules.
The basic concept is that you put a special call at the beginning and
end of each subroutine/method, and when tracing is enabled, you can
see the flow of your program.
WWW: http://search.cpan.org/dist/App-Trace/
|