1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Cheng-Lung Sung b07dab22a0 Add p5-App-Trace 0.50, embedded debug statements, including call/return
tracing.

PR:		ports/102317
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-08-22 09:57:07 +00:00

9 lines
287 B
Plaintext

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/