Re: Two debugger related questions...

2004-11-24 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Nobody Imparticular) writes: >2) I like 'dumpvar.pl' and 'dumpValue'. so, i set up >an alias as such: > >$DB::alias('list'} = 's/^list >(.*)/&::dumpValue(\\\$1)/'; > >but, then when i do a "list %foo" it gives me an error >that list is not recogn

Re: Two debugger related questions...

2004-11-23 Thread Greg Matheson
On Tue, 23 Nov 2004, Nobody Imparticular wrote: > 1) my readline key support in the debugger seems to be > gone. ... > ReadLine is there. Don't you need Term::ReadLine::Gnu or Term::ReadLine::Perl installed? For some reason, Term::ReadLine::Perl doesn't come up on a CPAN search. I hate the ca