This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for stat(CLOSED) fix
[perl5.git] / pod / perldebug.pod
index 7c80db3..53c3d60 100644 (file)
@@ -8,10 +8,12 @@ perldebug - Perl debugging
 First of all, have you tried using L<C<use strict;>|strict> and
 L<C<use warnings;>|warnings>?
 
-
 If you're new to the Perl debugger, you may prefer to read
 L<perldebtut>, which is a tutorial introduction to the debugger.
 
+If you're looking for the nitty gritty details of how the debugger is
+I<implemented>, you may prefer to read L<perldebguts>.
+
 =head1 The Perl Debugger
 
 If you invoke Perl with the B<-d> switch, your script runs under the