mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:35:58 +02:00
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
This commit is contained in:
parent
6a118ae674
commit
28d95f19a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user