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:
martin 2020-04-20 12:55:12 +00:00
parent 13b2c7025d
commit 840b55b4a8

View File

@ -811,7 +811,7 @@ begin
then
FIsSteppedOut := True;
if IsSteppedOut then begin
if IsSteppedOut or IsAtHiddenBreak then begin
UpdateThreadStepInfoAfterStepOut;
if IsAtOrOutOfHiddenBreakFrame then