perl-Debug-Trace
Perl extension to trace subroutine calls


Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it will be used from the command line: perl -MDebug::Trace=foo,bar yourprogram.pl This will have your subroutines foo() and bar() printing call and return information. Subroutine names may be fully qualified to denote subroutines in other packages than the default main::. By default, the trace information is output using the standard warn() function.

GPL-1.0+ or Artistic-1.0

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...