mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 17:48:16 +02:00
Debugger, IDE: avoid sending wrong break.location notification for watchpoints
git-svn-id: trunk@58429 -
This commit is contained in:
parent
b9a983f064
commit
b5ae8af585
@ -5038,8 +5038,8 @@ begin
|
||||
|
||||
if FMaster <> nil
|
||||
then begin
|
||||
// create without source. it will be set in assign (but during Begin/EndUpdate)
|
||||
BP := FMaster.Add('', 0);
|
||||
// create without data. it will be set in assign (but during Begin/EndUpdate)
|
||||
BP := TBaseBreakPoint(FMaster.Add);
|
||||
BP.Assign(ABreakPoint); // will set ABreakPoint.FMaster := BP;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user