diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2002-02-12 15:20:42 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-13 05:11:12 +0000 |
commit | d03c2a1b901127d77518bbc18d5271b287c9e28b (patch) | |
tree | a1cffd63acaaeff6736cdd7f6c80e6f927d67c99 /pod/perldebug.pod | |
parent | 8c19e1b53a04299dd91f058f8d14822bb18b45e5 (diff) | |
download | perl-d03c2a1b901127d77518bbc18d5271b287c9e28b.tar.gz |
New debugger option 'dumpDepth' controls recursion depth of 'x' command
Message-ID: <20020213012042.25245.qmail@plover.com>
p4raw-id: //depot/perl@14670
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index b711094b37..833d8877ea 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -581,6 +581,11 @@ commands: Print only first N elements ('' for all). +=item C<dumpDepth> + +Limit recursion depth to N levels when dumping structures. +Negative values are interpreted as infinity. Default: infinity. + =item C<compactDump>, C<veryCompact> Change the style of array and hash output. If C<compactDump>, short array |