mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:20:26 +02:00
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58941 -
This commit is contained in:
parent
7183dd5d0b
commit
92a49470c8
@ -695,6 +695,7 @@ const
|
||||
exit;
|
||||
end
|
||||
else begin
|
||||
Debugger.FExceptionInfo.FAtExcepiton := True;
|
||||
Debugger.FCurrentLocation.SrcLine := -1;
|
||||
SetDebuggerState(dsPause); // after GetLocation => dsPause may run stack, watches etc
|
||||
end;
|
||||
@ -2395,8 +2396,6 @@ end;
|
||||
|
||||
function TLldbDebugger.DoExceptionHit(AExcClass, AExcMsg: String): Boolean;
|
||||
begin
|
||||
FExceptionInfo.FAtExcepiton := True;
|
||||
|
||||
if Assigned(EventLogHandler) then
|
||||
EventLogHandler.LogCustomEvent(ecDebugger, etExceptionRaised,
|
||||
Format('Exception class "%s" at $%.' + IntToStr(TargetWidth div 4) + 'x with message "%s"',
|
||||
|
Loading…
Reference in New Issue
Block a user