mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 04:42:11 +02:00
FpDebugger (pure): Set current location after a step/next/step-out etc.
git-svn-id: trunk@45281 -
This commit is contained in:
parent
5d0bda950c
commit
96d22b6116
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user