mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 17:32:29 +01:00
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58942 -
This commit is contained in:
parent
92a49470c8
commit
abb0c6ee62
@ -1911,7 +1911,7 @@ constructor TLldbDebuggerCommandRunStep.Create(AOwner: TLldbDebugger;
|
||||
var
|
||||
AtExcepiton: Boolean;
|
||||
begin
|
||||
AtExcepiton := Debugger.FExceptionInfo.FAtExcepiton;
|
||||
AtExcepiton := AOwner.FExceptionInfo.FAtExcepiton;
|
||||
FStepAction := AStepAction;
|
||||
inherited Create(AOwner);
|
||||
if AtExcepiton and
|
||||
|
||||
Loading…
Reference in New Issue
Block a user