LazDebugger, lldb: more step continue from except

git-svn-id: trunk@58944 -
This commit is contained in:
martin 2018-09-10 22:52:30 +00:00
parent 6a118ae674
commit 28d95f19a0

View File

@ -547,9 +547,10 @@ begin
if fr = 0 then begin
FFramesDescending := frame > FFramePtrAtStart;
if (FState = crStoppedRaise) and (Length(r) >= 2) then
if (FState = crStoppedRaise) and (Length(r) >= 2) then begin
inc(fr);
Continue;
end;
end;
if not( (frame = 0) or ((fr > 0) and (frame = {%H-}prev)) ) then begin