mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 13:19:28 +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
|
if FMaster <> nil
|
||||||
then begin
|
then begin
|
||||||
// create without source. it will be set in assign (but during Begin/EndUpdate)
|
// create without data. it will be set in assign (but during Begin/EndUpdate)
|
||||||
BP := FMaster.Add('', 0);
|
BP := TBaseBreakPoint(FMaster.Add);
|
||||||
BP.Assign(ABreakPoint); // will set ABreakPoint.FMaster := BP;
|
BP.Assign(ABreakPoint); // will set ABreakPoint.FMaster := BP;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user