Re: Debugging the debugger

2002-06-26 Thread Harry Putnam
Paul Johnson <[EMAIL PROTECTED]> writes: > The text is still there in the latest release candidate for Perl 5.8.0. > If anyone feels like saving the world, now would be a very good time to > do it. In other words, documentation patches are still being accepted. That would first require one to u

Re: Debugging the debugger

2002-06-25 Thread Paul Johnson
On Mon, Jun 24, 2002 at 10:10:38PM -0700, Harry Putnam wrote: > The documentation in TERM::Readline at ENVIRONMENT reads like maybe > some kind of cut and paste editing went wrong or something. It reads > like gibberish. The usage of the words `head' `tail' and `ornaments' > is confusing to the

Re: Debugging the debugger

2002-06-24 Thread Harry Putnam
Bob Showalter <[EMAIL PROTECTED]> writes: >> Anyone have an idea what might be causing this? >> Can it be readline? > > I have this problem using Putty and FreeBSD. I was able to fix it by > adding the following to my .bashrc: > >export "PERL_RL= o=0" > > This was documented in perldoc Term::

RE: Debugging the debugger

2002-06-24 Thread Bob Showalter
> -Original Message- > From: Harry Putnam [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 23, 2002 3:13 AM > To: [EMAIL PROTECTED] > Subject: Debugging the debugger > > > Just going thru the debug tutorial: >perldoc perldebtut > Following along havin

Re: Debugging the debugger

2002-06-24 Thread Peter Scott
At 09:33 AM 6/23/02 -0700, Harry Putnam wrote: >Peter Scott <[EMAIL PROTECTED]> writes: > > > print "Hello\n" > > > > at a debugger prompt. > >Yeah, it gives the same chopping action: >main::(./temp:2): e strict; > DB<1> print "Hello\n" H >ello >

Re: Debugging the debugger

2002-06-23 Thread Harry Putnam
Peter Scott <[EMAIL PROTECTED]> writes: > print "Hello\n" > > at a debugger prompt. Yeah, it gives the same chopping action: main::(./temp:2): e strict; DB<1> print "Hello\n" H ello DB<2> Any ideas how to correct this? -- To unsubscribe, e

Re: Debugging the debugger

2002-06-23 Thread Peter Scott
At 12:13 AM 6/23/02 -0700, Harry Putnam wrote: >Just going thru the debug tutorial: >perldoc perldebtut >Following along having writen the example script to disk. >I notice any `p' commands gives me a line with the first character >chopped off. > >Like when the tutorial gets to the part where

Debugging the debugger

2002-06-22 Thread Harry Putnam
Just going thru the debug tutorial: perldoc perldebtut Following along having writen the example script to disk. I notice any `p' commands gives me a line with the first character chopped off. Like when the tutorial gets to the part where you `p $key', I get elcome instead of Welcome. Actual