LazDebugger, lldb: more step continue from except

git-svn-id: trunk@58942 -
This commit is contained in:
martin 2018-09-10 22:38:29 +00:00
parent 92a49470c8
commit abb0c6ee62

View File

@ -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