Re: perlfaq3: How do I debug my Perl programs by brian d foy- January 30, 2006 In article <1138568500.43dd2d3495cb9imp6-g19.free.fr>, SébastienAperghis-Tramoni <maddinguefree.fr> wrote:> brian d foy wrote:> > > I completely rewrote the answer to have a friendly tone and actually> > answer the question. :)> Did I miss something or is Leon Brocard&39;s very good Devel::ebug> not mentionnedNo, I missed something. I should add that to the answer. Thanks,http://www.nntp.perl.org/group/perl.documentation/2006/01/msg817.html Re: perlfaq3: How do I debug my Perl programs by Sbastien Aperghis-Tramoni- January 29, 2006 brian d foy wrote:> I completely rewrote the answer to have a friendly tone and actually> answer the question. :)...> +Perl comes with an interactive debugger, which you can start with the> +C<-d> switch. It&39;s fully explained in L<perldebug>.> +> +If you&39;d like a graphical user interface and you have Tk, you can use> +C<ptkdb>. It&39;s on CPAN and available for free.> +> +You can also use a commercial debugger such as Affrus (Mac OS X),>...http://www.nntp.perl.org/group/perl.documentation/2006/01/msg816.html perlfaq3: How do I debug my Perl programs by brian d foy- January 29, 2006 I completely rewrote the answer to have a friendly tone and actuallyanswer the question. :)Index: perlfaq3.pod===================================================================RCS file: cvspublicperlfaqperlfaq3.pod,vretrieving revision 1.56diff -d -u -r1.56 perlfaq3.pod--- perlfaq3.pod 31 Dec 2005 00:54:37 -0000 1.56+++ perlfaq3.pod 29 Jan 2006 04:39:47 -0000 -110,28 +110,36 =head2 How do I debug my Perl programs -Have you tried C<use warnings> or used C<-w> They enable...http://www.nntp.perl.org/group/perl.documentation/2006/01/msg815.html |