mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 16:40:48 +02:00
FpDebug: Fix step out, if current is in prologue / IsSteppedOut did not catch as BasePointer was still on outer proc.
git-svn-id: trunk@63031 -
This commit is contained in:
parent
13b2c7025d
commit
840b55b4a8
@ -811,7 +811,7 @@ begin
|
||||
then
|
||||
FIsSteppedOut := True;
|
||||
|
||||
if IsSteppedOut then begin
|
||||
if IsSteppedOut or IsAtHiddenBreak then begin
|
||||
UpdateThreadStepInfoAfterStepOut;
|
||||
|
||||
if IsAtOrOutOfHiddenBreakFrame then
|
||||
|
Loading…
Reference in New Issue
Block a user