summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-04-27 14:32:38 -0600
committerKarl Williamson <khw@cpan.org>2022-05-04 09:33:32 -0600
commit7bb960851d1e94271fe12c7c039fbbd4cc4f7b80 (patch)
tree6fc29aa601d9132131a26d4a21b50d4427cb21eb /lib/perl5db.pl
parent35c203c6ac9029143ef861aeada0e30a96e291ea (diff)
downloadperl-7bb960851d1e94271fe12c7c039fbbd4cc4f7b80.tar.gz
lib/perl5db.pl: Give proper pod links
These internal references are linkable
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 0d443cef4e..64f7fcb262 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -3271,7 +3271,9 @@ they can't.
=head4 C<n> - single step, but don't trace down into subs
Done by setting C<$single> to 2, which forces subs to execute straight through
-when entered (see C<DB::sub>). We also save the C<n> command in C<$laststep>,
+when entered (see C<DB::sub> in L</DEBUGGER INTERFACE VARIABLES>). We also
+save the C<n> command in C<$laststep>,
+
so a null command knows what to re-execute.
=head4 C<s> - single-step, entering subs
@@ -5136,8 +5138,10 @@ to the actual current file (the one we're executing in) and
C<$filename_error> is restored to C<"">. This restores everything to
the way it was before the second function was called at all.
-See the comments in C<breakable_line> and C<breakable_line_in_file> for more
-details.
+See the comments in L<S<C<sub breakable_line>>|/breakable_line(from, to) (API)>
+and
+L<S<C<sub breakable_line_in_filename>>|/breakable_line_in_filename(file, from, to) (API)>
+for more details.
=back