From: Peter Scott Date: Thu, 12 Dec 2002 18:13:17 +0000 (+0000) Subject: Re: [perl #19017] lexical "my" variables not visible in debugger "x" command X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec9edb2ec3ca34b14bf6a2fa1d8f828c8ab93fee;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #19017] lexical "my" variables not visible in debugger "x" command Message-ID: <20021212181317.50538.qmail@onion.perl.org> (fix bug [perl #19058]) p4raw-id: //depot/perl@18308 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 997b836..45e6a19 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -2738,6 +2738,7 @@ B I<*> Delete all watch-expressions. B [I [I]] List some (default all) variables in package (default current). Use B<~>I and BI for positive and negative regexps. B [I] Same as \"B I [I]\". +B [I [I]] List lexicals in higher scope . Vars same as B. B I Evals expression in list context, dumps the result. B I Evals expression in list context, prints methods callable on the first element of the result.