Re: Debugger Doesn't Show Program Lines

2007-05-04 Thread Richard Foley
On Friday 04 May 2007 17:10, Nelson R Pardee wrote: > I don't even know how to file a bug report, and right now this problem > is "ages" ago in terms of projects:-) > Well, for the next one, just run perlbug :-) -- Richard Foley Ciao - shorter than aufwiedersehen http://www.rfi.net/ ps. Pleas

Re: Debugger Doesn't Show Program Lines

2007-05-04 Thread Richard Foley
On Friday 04 May 2007 16:17, Nelson R Pardee wrote: > I found that the combination of -w -d didn't work. But if I did "use > warnings" with -d, the problem went away. I don't think that's what's > supposed to happen, but it's a usable workaround. And 5.8.x had the same > problem, I believe. > Spoo

re: Debugger Doesn't Show Program Lines

2007-05-04 Thread Richard Foley
Perhaps it's a problem with 5.6.1, have you tried a more recent version of Perl, like 5.8.n? -- Richard Foley Ciao - shorter than aufwiedersehen http://www.rfi.net/ ps. Please resend any bounced or unanswered emails. > In-ReplyTo: [EMAIL PROTECTED] > > We're upgrading from an old 5.005_03 to

RE: Debugger Doesn't Show Program Lines

2007-05-04 Thread Nelson R Pardee
Pardee > Subject: Re: Debugger Doesn't Show Program Lines > > On Friday 04 May 2007 16:17, Nelson R Pardee wrote: > > I found that the combination of -w -d didn't work. But if I > did "use > > warnings" with -d, the problem went away. I don't think &

RE: Debugger Doesn't Show Program Lines

2007-05-04 Thread Nelson R Pardee
- > From: Richard Foley [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 08:25 > To: debugger@perl.org > Cc: Nelson R Pardee > Subject: re: Debugger Doesn't Show Program Lines > > Perhaps it's a problem with 5.6.1, have you tried a more > recent versio

Debugger Doesn't Show Program Lines

2007-04-03 Thread Nelson R. Pardee
We're upgrading from an old 5.005_03 to v5.6.1. Now when I use -d on via the first line of the program, it starts in debug mode but no lines of the program are visible & they are unlistable. If I do an R, then they are visible. doesn't have this problem. We're also running into problems reading s