Re: [PATCH] consistent commands for perl5db.pl

2002-02-22 Thread Michael G Schwern
On Fri, Feb 22, 2002 at 04:52:44PM -0500, Ronald J Kimball wrote: A, B, and W as specified here wouldn't follow the advice from the comments in perl5db.pl, which you quoted earlier: # + Added message if you clear your pre/post command stacks which was # very easy to do if you just

Re: [PATCH] consistent commands for perl5db.pl

2002-02-22 Thread Richard Foley
Ronald J Kimball wrote: A, B, and W as specified here wouldn't follow the advice from the comments in perl5db.pl, which you quoted earlier: # + Added message if you clear your pre/post command stacks which was # very easy to do if you just typed a bare , , or {. (A command #

Re: [PATCH] consistent commands for perl5db.pl (inc. perldebug.pod perldebtut.pod)

2002-02-19 Thread Richard Foley
Ronald J Kimball wrote: On Sat, Feb 16, 2002 at 07:32:49PM +0100, Richard Foley wrote: The only changes are as follows: d [line]Delete the breakpoint for line. becomes B [line]Delete the breakpoint for line. D Delete all breakpoints.