LazDebuggerFp: Show source location for Hardcoded breakpoint / int3

git-svn-id: trunk@63521 -
This commit is contained in:
martin 2020-07-06 13:00:59 +00:00
parent 86a4cd2add
commit 919849eac7

View File

@ -3084,6 +3084,8 @@ begin
Opts := TFpDebugDebuggerProperties(GetProperties).HandleDebugBreakInstruction;
if not (dboIgnoreAll in Opts) then begin
&continue:=False;
if not AMoreHitEventsPending then
ALocationAddr := GetLocation;
end;
if continue then
exit;