mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
DBG: Fix setting stackframe for hint eval, after searching for highest source-frame.
git-svn-id: trunk@38922 -
This commit is contained in:
parent
b4440971ec
commit
f8dbcc135d
@ -9218,7 +9218,7 @@ procedure TCallStackEntry.MakeCurrent;
|
||||
begin
|
||||
if FOwner = nil then Exit;
|
||||
if IsCurrent then exit;
|
||||
FOwner.CurrentIndex := self.Index;
|
||||
FOwner.ChangeCurrentIndex(Self.Index);
|
||||
end;
|
||||
|
||||
function TCallStackEntry.GetArgumentCount: Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user