mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 15:19:35 +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;
|
||||
if not (dboIgnoreAll in Opts) then begin
|
||||
&continue:=False;
|
||||
if not AMoreHitEventsPending then
|
||||
ALocationAddr := GetLocation;
|
||||
end;
|
||||
if continue then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user