This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aef23d3
)
perldebug: cross reference to perldebguts
author
Ricardo Signes
<rjbs@cpan.org>
Tue, 4 Jul 2017 18:50:31 +0000
(14:50 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Wed, 5 Jul 2017 00:22:40 +0000
(20:22 -0400)
pod/perldebug.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldebug.pod
b/pod/perldebug.pod
index
7c80db3
..
53c3d60
100644
(file)
--- a/
pod/perldebug.pod
+++ b/
pod/perldebug.pod
@@
-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