fp debugger: event log for breakpoint hit

git-svn-id: trunk@58434 -
This commit is contained in:
martin 2018-07-03 14:55:45 +00:00
parent be369c0a73
commit e23fd4d433

View File

@ -1600,10 +1600,14 @@ begin
end
else
begin
ALocationAddr := GetLocation;
ABreakPoint := TFPBreakpoints(BreakPoints).Find(Breakpoint);
if Assigned(EventLogHandler) then
EventLogHandler.LogEventBreakPointHit(ABreakpoint, ALocationAddr);
if assigned(ABreakPoint) then
ABreakPoint.Hit(continue);
ALocationAddr := GetLocation;
end;
end
else if FQuickPause then