Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perigrin/devel-tracesax
https://github.com/perigrin/devel-tracesax
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/perigrin/devel-tracesax
- Owner: perigrin
- Created: 2009-06-11T18:15:15.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-06-11T18:15:32.000Z (over 15 years ago)
- Last Synced: 2024-05-01T22:51:30.049Z (8 months ago)
- Language: Perl
- Size: 74.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
NAME
Devel::TraceSAX - Trace SAX eventsSYNOPSIS
## From the command line:
perl -d:TraceSAX script.pl## Or procedural:
use Devel::TraceSAX;trace_SAX $obj1;
DESCRIPTION
Traces SAX events in a program. Works by applying Devel::TraceCalls to a
tracer on the desired classes for all known SAX event types (according
to XML::SAX::Shims and XML::SAX::Machines).AUTHOR
Barrie SlaymakerLICENSE
You may use this under the terms of either the Artistic License or any
version of the BSD or GPL licenses :).