mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
FpDebug: Less debugln noise when checking if break exists
git-svn-id: trunk@61818 -
This commit is contained in:
parent
d9731de769
commit
addf952338
@ -705,7 +705,7 @@ end;
|
||||
function TBreakLocationMap.HasInsertedBreakInstructionAtLocation(
|
||||
const ALocation: TDBGPtr): Boolean;
|
||||
begin
|
||||
Result := GetOrigValueAtLocation(ALocation) <> TDbgProcess.Int3;
|
||||
Result := GetDataPtr(ALocation) <> nil;
|
||||
end;
|
||||
|
||||
function TBreakLocationMap.GetEnumerator: TBreakLocationMapEnumerator;
|
||||
|
Loading…
Reference in New Issue
Block a user