Writing your own Debugger for Perl
Writing your own Debugger for Perl
Par Gabor Szabo (szabgab) de Israel.pm Date : jeudi 24 juillet 2003 09h45
Durée : 20 minutes Langue :
When debugging your code you can either insert print
statements and run your code or you can use various
interactive debuggers and step through your code.
This is very nice but sometimes you will want to collect
deugging and other information about your code without
inserting print statements and without stepping through
10,000 lines of code.
I am going to show a couple of examples of how you can
use the hooks in the Perl debugger to collect that information.
See also: perldoc perldebguts
Dernière modification du patron talk/show à 12:26:25 27-Jul-2013
Le contenu de ce site est copyright © 2003 Yet Another Society, Inc.
Pour toute question concernant ce site ou YAPC::EU 2003, écrivez à < yapc-help@mongueurs.net>.
Validations XHTML et
CSS.
|