浏览代码

* fix problem with breakpoint conditions that showed up again after exit

pierre 22 年之前
父节点
当前提交
bea9f4705f
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      ide/fpini.pas

+ 7 - 2
ide/fpini.pas

@@ -260,7 +260,9 @@ begin
       else
       else
         INIFile^.SetEntry(secBreakpoint,ieBreakpointName+S,Name^);
         INIFile^.SetEntry(secBreakpoint,ieBreakpointName+S,Name^);
       if assigned(Conditions) then
       if assigned(Conditions) then
-        INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,Conditions^);
+        INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,Conditions^)
+      else
+        INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,'');
     end;
     end;
 end;
 end;
 
 
@@ -646,7 +648,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.10  2002-11-28 12:55:06  pierre
+  Revision 1.11  2002-12-12 00:03:14  pierre
+   * fix problem with breakpoint conditions that showed up again after exit
+
+  Revision 1.10  2002/11/28 12:55:06  pierre
    + save/retrieve remote support variables
    + save/retrieve remote support variables
 
 
   Revision 1.9  2002/11/21 00:37:56  pierre
   Revision 1.9  2002/11/21 00:37:56  pierre