I have a debugging and tracing module I would like
some comments on. It's super cool and really neato,
but when you say 'debugging and tracing' people fall
asleep, so I haven't been able to convince anyone else
to look at it.
Here's a brief description, from the pod docs:
DESCRIPTION
A module for concise error reporting, process tracing,
variable debugging. Multiple destinations are easy, so
you can send output to a web page, syslog, or STDERR
without extra code. Debugging code is very easy to use and
may be left in the final version of scripts or modules
without generating much overhead.
The key goal of this module is to provide a unified
mechanism for error trapping and reporting.
You should really look at the docs on each sub to have an
idea what can be done with this module.
This module contains similarities to Carp::Datum,
Data::Dumper, and Log::Agent. It relies upon Data::Dumper
for qquote(), but doesn't use the dumping facilities at
this time because the output doesn't suit my needs.
http://off.org/debugm.tgz
In reply to new module, need feedback by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |