From: Gurusamy Sarathy Date: Fri, 3 Mar 2000 20:21:05 +0000 (+0000) Subject: perldebug tweak (from M J T Guy) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dce0c882bb9989adc6da765d441885898790f452;p=p5sagit%2Fp5-mst-13.2.git perldebug tweak (from M J T Guy) p4raw-id: //depot/perl@5496 --- diff --git a/pod/perldebug.pod b/pod/perldebug.pod index f89e67f..c139c23 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 Repeat last C or C 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 the end of the script. =item C -affects printing of return value after C command. +If set, suppress printing of return value after C command. =item C