Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
Peter Scott [Thu, 12 Dec 2002 18:13:17 +0000 (18:13 +0000)]
Message-ID: <20021212181317.50538.qmail@onion.perl.org>
(fix bug [perl #19058])

p4raw-id: //depot/perl@18308

lib/perl5db.pl

index 997b836..45e6a19 100644 (file)
@@ -2738,6 +2738,7 @@ B<W> I<*>             Delete all watch-expressions.
 B<V> [I<pkg> [I<vars>]]        List some (default all) variables in package (default current).
                Use B<~>I<pattern> and B<!>I<pattern> for positive and negative regexps.
 B<X> [I<vars>] Same as \"B<V> I<currentpackage> [I<vars>]\".
+B<y> [I<n> [I<Vars>]]   List lexicals in higher scope <n>.  Vars same as B<V>.
 B<x> I<expr>           Evals expression in list context, dumps the result.
 B<m> I<expr>           Evals expression in list context, prints methods callable
                on the first element of the result.