Re: Perl debugger

2003-02-12 Thread robin szemeti
On Wednesday 12 February 2003 10:33, Dave Cross wrote: > > It's easy. After starting your script with "perl -d > > script.pl", there's only 3 commands. One of them is "q" > > to quit[1]. Next is "n", to go the next line of your > > code. Repeat until problem found. Last comes "x" to > > displ

Re: Perl debugger

2003-02-12 Thread Newton, Philip
Dave Cross wrote: > From: Dominic Mitchell <[EMAIL PROTECTED]> > Date: 2/12/03 10:03:02 AM > > > It's easy. After starting your script with "perl -d > > script.pl", there's only 3 commands. One of them is "q" > > to quit[1]. Next is "n", to go the next line of your > > code. Repeat until pr

Re: Perl debugger

2003-02-12 Thread Dave Cross
From: Dominic Mitchell <[EMAIL PROTECTED]> Date: 2/12/03 10:03:02 AM >David Cantrell wrote: >> On Tue, Feb 11, 2003 at 08:56:01PM +, Nicholas Clark >> wrote: >> >>> Given the feedback on suggestions about perl debugger >>> tutorials, I don&#x

Perl debugger

2003-02-12 Thread Dominic Mitchell
David Cantrell wrote: On Tue, Feb 11, 2003 at 08:56:01PM +, Nicholas Clark wrote: Given the feedback on suggestions about perl debugger tutorials, I don't think many perl *users* use the debugger, so to me that explains why no-one in the world noticed it sooner. To most perl