The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::Editor::Easy::Trace::Full - Full trace management. The following events are saved on files : print (on STDOUT or STDERR), inter-thread call and user event (key press, mouse move, ...). For each trace, the client thread and the stack call are saved.

VERSION

Version 0.44

FUNCTIONS

init_trace_print

This function is called just after the Trace::Full thread has been created. It initializes the files that will make possible to link a print and the code that generated it.

trace_full_print

This function saves the link between a print and the code that generated it.

get_info_for_display

This function recovers the link between a print and the code that generated it.

trace_display_calls

This function is not used.

COPYRIGHT & LICENSE

Copyright 2008 - 2009 Sebastien Grommier, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.