Acme::Debug - A handy module to identify lines of code where bugs may be found.


Acme-Debug documentation  | view source Contained in the Acme-Debug distribution.

Index


Usage

Top

perl -d -MAcme::Debug program args

This will report only those lines of code which are buggy as the program actually executes.

Output goes to STDERR so if you program produces much output on STDOUT for instance, you might wish to put it somewhere else:

	perl -d -MAcme::Debug program args 1> /dev/null

Environment Variables

Top

These boolean variables may be set to divulge more information.

Acme_Debug_DUMP

Print the actual buggy lines.

AUTHOR

Top

Richard Foley, <acme.debug@rfi.net<gt>

COPYRIGHT AND LICENSE

Top


Acme-Debug documentation  | view source Contained in the Acme-Debug distribution.