diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 22:24:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-05-14 22:24:26 +0000 |
commit | 6ee623d521a149edc6574c512fa951a192cd086a (patch) | |
tree | 3d769839caf246d24053d0f49b4f48aed590e031 /pod/perldebug.pod | |
parent | 20408e3ccf502b6ce4033d8203710405ec9ef8f6 (diff) | |
download | perl-6ee623d521a149edc6574c512fa951a192cd086a.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@973
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index a02fd5c710..8937c7e989 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -290,6 +290,14 @@ For example, this will print out C<$foo> every time line Delete all installed actions. +=item W [expr] + +Add a global watch-expression. + +=item W + +Delete all watch-expressions. + =item O [opt[=val]] [opt"val"] [opt?]... Set or query values of options. val defaults to 1. opt can @@ -392,6 +400,10 @@ Dump arrays holding debugged files. Dump symbol tables of packages. +=item C<DumpReused> + +Dump contents of "reused" addresses. + =item C<quote>, C<HighBit>, C<undefPrint> Change style of string dump. Default value of C<quote> is C<auto>, one |