From d03c2a1b901127d77518bbc18d5271b287c9e28b Mon Sep 17 00:00:00 2001 From: Mark-Jason Dominus Date: Tue, 12 Feb 2002 15:20:42 -0500 Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command Message-ID: <20020213012042.25245.qmail@plover.com> p4raw-id: //depot/perl@14670 --- pod/perldebug.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pod/perldebug.pod') 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 + +Limit recursion depth to N levels when dumping structures. +Negative values are interpreted as infinity. Default: infinity. + =item C, C Change the style of array and hash output. If C, short array -- cgit v1.2.1