b07dab22a0
tracing. PR: ports/102317 Submitted by: Gea-Suan Lin <gslin at gslin.org>
8 lines
287 B
Text
8 lines
287 B
Text
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/
|