https://github.com/perigrin/devel-tracesax
https://github.com/perigrin/devel-tracesax
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perigrin/devel-tracesax
- Owner: perigrin
- Created: 2009-06-11T18:15:15.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-06-11T18:15:32.000Z (about 16 years ago)
- Last Synced: 2025-02-10T10:32:36.195Z (5 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 :).