|
NAMEDevel::Events::Generator::SubTrace - generate "executing_line" events using the perl debugger apiVERSIONversion 0.09SYNOPSISmy $g = Devel::Events::Generator::SubTrace->new( handler => $h ); $g->enable(); # every subroutine will have two events fired, on entry and exit $g->disable(); DESCRIPTIONThis Devel::Events generator will fire sub tracing events using "DB::sub", a perl debugger hook.Only one instance may be enabled at a given time. Use Devel::Events::Handler::Multiplex to deliver events to multiple handlers. Subroutines inside the Devel::Events namespace or it's children will be skipped. EVENTS
METHODS
SEE ALSOperldebguts, Devel::CallTrace, DB, Devel::ebug, perl5db.plSUPPORTBugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Events> (or bug-Devel-Events@rt.cpan.org <mailto:bug-Devel-Events@rt.cpan.org>).AUTHORXXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>COPYRIGHT AND LICENCEThis software is copyright (c) 2007 by XXXX XXX'XX (Yuval Kogman).This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |