mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 21:59:15 +02:00
LazDebuggerFp (pure): Fixed compilation after r44741 #a52defb4e1
git-svn-id: trunk@44742 -
This commit is contained in:
parent
a52defb4e1
commit
ad9ca5afa5
@ -166,7 +166,7 @@ begin
|
|||||||
Raise Exception.Create('Breakpoints of this kind are not suported.');
|
Raise Exception.Create('Breakpoints of this kind are not suported.');
|
||||||
end;
|
end;
|
||||||
if not assigned(FInternalBreakpoint) then
|
if not assigned(FInternalBreakpoint) then
|
||||||
FValid:=vsInvalid;
|
FValid:=vsInvalid
|
||||||
else
|
else
|
||||||
FValid:=vsValid;
|
FValid:=vsValid;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user