This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldebug tweak (from M J T Guy)
[perl5.git] / pod / perldebug.pod
index f89e67f..c139c23 100644 (file)
@@ -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.
 
 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.
 =item <CR>
 
 Repeat last C<n> or C<s> command.
@@ -307,10 +312,6 @@ Add a global watch-expression.
 
 Delete all watch-expressions.
 
 
 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
 =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>
 
 
 =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>
 
 
 =item C<ornaments>