FpDebugger (pure): Set current location after a step/next/step-out etc.

git-svn-id: trunk@45281 -
This commit is contained in:
joost 2014-06-01 09:48:21 +00:00
parent 5d0bda950c
commit 96d22b6116

View File

@ -1094,7 +1094,11 @@ begin
SetState(dsPause);
continue:=true;
exit;
end;
end
else
// Debugger returned after a step/next/step-out etc..
ALocationAddr := GetLocation;
SetState(dsPause);
DoCurrent(ALocationAddr);
end;