This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Auto-complete lexicals in the debugger shell
authorSteffen Mueller <smueller@cpan.org>
Sun, 31 May 2009 19:57:24 +0000 (21:57 +0200)
committerSteffen Mueller <smueller@cpan.org>
Sun, 31 May 2009 20:36:29 +0000 (22:36 +0200)
commitd22862789d0938361a070647ab6fe995d674f77c
treeeccf93dc62cdb7503a3755f1d6d2a0e47618d4d5
parentc494f1f4488c4f068dec8514f981347f6dae60a6
Auto-complete lexicals in the debugger shell

When typing the name of a lexical variable in the debugger shell, its
name can now be tab auto-completed just like package variables. Requires
PadWalker to be available. Silently skips lexicals if it's not.
lib/perl5db.pl
pod/perldebug.pod