X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5a0de58193409bae1e4b2ebb59c6d1af2c9b4f00..c2bb91f92aafd4647235159d54064fad237aa7b1:/pod/perldebug.pod diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 7c80db3..53c3d60 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -8,10 +8,12 @@ perldebug - Perl debugging First of all, have you tried using L|strict> and L|warnings>? - If you're new to the Perl debugger, you may prefer to read L, which is a tutorial introduction to the debugger. +If you're looking for the nitty gritty details of how the debugger is +I, you may prefer to read L. + =head1 The Perl Debugger If you invoke Perl with the B<-d> switch, your script runs under the