mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* fix problem with breakpoint conditions that showed up again after exit
This commit is contained in:
parent
4be6cc6f84
commit
bea9f4705f
@ -260,7 +260,9 @@ begin
|
||||
else
|
||||
INIFile^.SetEntry(secBreakpoint,ieBreakpointName+S,Name^);
|
||||
if assigned(Conditions) then
|
||||
INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,Conditions^);
|
||||
INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,Conditions^)
|
||||
else
|
||||
INIFile^.SetEntry(secBreakpoint,ieBreakpointCond+S,'');
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -646,7 +648,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.9 2002/11/21 00:37:56 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user