diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 20:21:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-03 20:21:05 +0000 |
commit | dce0c882bb9989adc6da765d441885898790f452 (patch) | |
tree | cf39d47e9b18e1b596b247e3743fd3959de3ba88 /pod/perldebug.pod | |
parent | c47ff5f1a1ef5d0daccf1724400a446cd8e93573 (diff) | |
download | perl-dce0c882bb9989adc6da765d441885898790f452.tar.gz |
perldebug tweak (from M J T Guy)
p4raw-id: //depot/perl@5496
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index f89e67fbfb..c139c23e34 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -126,6 +126,11 @@ of the next statement. If an expression is supplied that includes function calls, those functions will be executed with stops before each statement. +=item r + +Continue until return from the current subroutine. Dump the return +value, unless the PrintRet option is set. + =item <CR> Repeat last C<n> or C<s> command. @@ -307,10 +312,6 @@ Add a global watch-expression. Delete all watch-expressions. -=item r - -Continue until return from the current subroutine, and dump the return value. - =item O [opt[=val]] [opt"val"] [opt?]... Set or query values of options. val defaults to 1. opt can @@ -360,7 +361,7 @@ If 0, allows I<stepping off> the end of the script. =item C<PrintRet> -affects printing of return value after C<r> command. +If set, suppress printing of return value after C<r> command. =item C<ornaments> |