FpDebug: Less debugln noise when checking if break exists

git-svn-id: trunk@61818 -
This commit is contained in:
martin 2019-09-05 20:05:57 +00:00
parent d9731de769
commit addf952338

View File

@ -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;