mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 18:22:54 +02:00
LazDebuggerFp: Show source location for Hardcoded breakpoint / int3
git-svn-id: trunk@63521 -
This commit is contained in:
parent
86a4cd2add
commit
919849eac7
@ -3084,6 +3084,8 @@ begin
|
|||||||
Opts := TFpDebugDebuggerProperties(GetProperties).HandleDebugBreakInstruction;
|
Opts := TFpDebugDebuggerProperties(GetProperties).HandleDebugBreakInstruction;
|
||||||
if not (dboIgnoreAll in Opts) then begin
|
if not (dboIgnoreAll in Opts) then begin
|
||||||
&continue:=False;
|
&continue:=False;
|
||||||
|
if not AMoreHitEventsPending then
|
||||||
|
ALocationAddr := GetLocation;
|
||||||
end;
|
end;
|
||||||
if continue then
|
if continue then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user