Browse Source

* Breakpoint storage problem corrected

pierre 26 years ago
parent
commit
686c7c1eee
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/text/fpdebug.pas

+ 5 - 1
ide/text/fpdebug.pas

@@ -1236,6 +1236,7 @@ var OL: PCollection;
 begin
 begin
   OL:=List;
   OL:=List;
   OldR:=Range;
   OldR:=Range;
+  Range:=0;
   New(List, Init(1,1));
   New(List, Init(1,1));
 
 
   inherited Store(S);
   inherited Store(S);
@@ -2292,7 +2293,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.29  1999-09-09 16:31:45  pierre
+  Revision 1.30  1999-09-09 16:36:30  pierre
+   * Breakpoint storage problem corrected
+
+  Revision 1.29  1999/09/09 16:31:45  pierre
    * some breakpoint related fixes and Help contexts
    * some breakpoint related fixes and Help contexts
 
 
   Revision 1.28  1999/09/09 14:20:05  pierre
   Revision 1.28  1999/09/09 14:20:05  pierre