mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-09 08:00:52 +02:00
fp debugger: event log for breakpoint hit
git-svn-id: trunk@58434 -
This commit is contained in:
parent
be369c0a73
commit
e23fd4d433
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user