|
NAMEDevel::Events::Generator::LineTrace - Generate "executing_line" events using the perl debugger apiVERSIONversion 0.09SYNOPSISmy $g = Devel::Events::Generator::LineTrace->new( handler => $h ); $g->enable(); # every line of code will fire an event until $g->disable(); DESCRIPTIONThis Devel::Events generator will fire line tracing events using "DB::DB", 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. EVENTS
METHODS
CAVEATSApparently this must be run under "perl -d". This is very strange, since Devel::Events::Generator::SubTrace doesn't need the "-d" flag set.The Enbugger module can help overcome this limitation. SEE ALSOperldebguts, Devel::LineTrace, 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. |