diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 16:32:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-01 16:32:24 +0000 |
commit | fad188d8e9197ba1175b85ff9cdb2c6a9e753afb (patch) | |
tree | 40ca905a3b787c94b0156e8a6b4c1b1c9f5ad1e4 /pod/perldebug.pod | |
parent | 48e8778973129859ba2ad5f517fd4d8b42e484ef (diff) | |
download | perl-fad188d8e9197ba1175b85ff9cdb2c6a9e753afb.tar.gz |
mention "r" debugger command (from Ilya Zakharevich)
p4raw-id: //depot/perl@5400
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 2431fc47f1..841ad752f3 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -307,6 +307,10 @@ 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 |