mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 07:39:26 +02:00
LazDebuggerFp: Fix context for evaluate on none existing stackframe
git-svn-id: trunk@60357 -
This commit is contained in:
parent
e838d16727
commit
616069b6b2
@ -1599,6 +1599,8 @@ begin
|
||||
|
||||
if StackFrame > 0 then begin
|
||||
PrepareCallStackEntryList(StackFrame+1);
|
||||
if FDbgController.CurrentThread.CallStackEntryList.Count <= StackFrame then
|
||||
exit;
|
||||
AFrame := FDbgController.CurrentThread.CallStackEntryList[StackFrame];
|
||||
if AFrame = nil then
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user