Devel::SimpleTrace

See where your code warns and dies using stack traces
Download

Devel::SimpleTrace Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Sebastien Aperghis-Tramoni
  • Publisher web site:
  • http://search.cpan.org/~saper/

Devel::SimpleTrace Tags


Devel::SimpleTrace Description

See where your code warns and dies using stack traces Devel::SimpleTrace is a Perl module that can be used to more easily spot the place where a program or a module generates errors. Its use is extremely simple, reduced to just useing it.This is achieved by modifying the functions warn() and die() in order to replace the standard messages by complete stack traces that precisely indicates how and where the error or warning occurred. Other than this, their use should stay unchanged, even when using die() inside eval().SYNOPSISOn the command-line: perl -wMDevel::SimpleTrace program_with_strange_errors.plInside a module: use Devel::SimpleTrace; Requirements: · Perl


Devel::SimpleTrace Related Software