develooper Front page | perl.perl5.porters | Postings from July 2001

[PATCH 5.6.1] debugger goof

Thread Next
From:
Ilya Zakharevich
Date:
July 2, 2001 03:27
Subject:
[PATCH 5.6.1] debugger goof
Message ID:
20010702062722.A1746@math.ohio-state.edu
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01660.html

broke 'b' and 'a' indicators on the line numbers (old values for were
sticking).

Enjoy,
Ilya

--- ./lib/perl5db.pl-buggy	Mon Jun 18 15:38:08 2001
+++ ./lib/perl5db.pl	Sun Jul  1 18:15:28 2001
@@ -889,6 +889,7 @@ EOP
 			    $i = $end;
 			} else {
 			    for (; $i <= $end; $i++) {
+				my ($stop,$action);
 				($stop,$action) = split(/\0/, $dbline{$i}) if
 				    $dbline{$i};
 			        $arrow = ($i==$line 

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About