mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:39:12 +02:00
LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
This commit is contained in:
parent
6a118ae674
commit
28d95f19a0
@ -547,10 +547,11 @@ begin
|
|||||||
|
|
||||||
if fr = 0 then begin
|
if fr = 0 then begin
|
||||||
FFramesDescending := frame > FFramePtrAtStart;
|
FFramesDescending := frame > FFramePtrAtStart;
|
||||||
if (FState = crStoppedRaise) and (Length(r) >= 2) then
|
if (FState = crStoppedRaise) and (Length(r) >= 2) then begin
|
||||||
inc(fr);
|
inc(fr);
|
||||||
Continue;
|
Continue;
|
||||||
end;
|
end;
|
||||||
|
end;
|
||||||
|
|
||||||
if not( (frame = 0) or ((fr > 0) and (frame = {%H-}prev)) ) then begin
|
if not( (frame = 0) or ((fr > 0) and (frame = {%H-}prev)) ) then begin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user