Tk::Zinc::TraceErrors - A module to trace all Tk::Zinc method calls which generate an error


NAME

Tk::Zinc::TraceErrors - A module to trace all Tk::Zinc method calls which generate an error


SYNOPSIS

use Tk::Zinc::TraceErrors;

or

perl -MTk::Zinc::TraceErrors YourZincBasedScript.pl


DESCRIPTION

When loaded, this module overloads a Tk mechanism so that every Tk::Zinc method call will be traced if it provokes an error. The execution will then continue.

This module can be very effective for debugging and application, specially when Tk gives an unusuable error message such as ``.... errors in Tk.pm line 228''


=over 6


AUTHOR

D.Etienne <etienne@cena.fr> and C.Mertz <mertz@cena.fr>


CAVEAT

This module cannot be used when Tk::Zinc::Trace is already in use.


COPYRIGHT

See Tk::Zinc copyright; BSD


SEE ALSO

the Tk::Zinc(3pm) manpage, the Tk::Zinc::Trace(3pm) manpage. the Tk::Zinc::Debug(3pm) manpage.

 Tk::Zinc::TraceErrors - A module to trace all Tk::Zinc method calls which generate an error