mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
FpDebug: Ensure update notification is sent after new stakc frames have been added.
This commit is contained in:
parent
bc3222941a
commit
26b56b74f9
@ -1686,7 +1686,9 @@ begin
|
||||
e.Validity := ddsInvalid
|
||||
else
|
||||
begin
|
||||
if IT.EOM or ((i and 7) = 0) then
|
||||
if IT.EOM or ((i and 7) = 0) or
|
||||
(e.Index = ACallstack.HighestUnknown)
|
||||
then
|
||||
WorkItem := TFpThreadWorkerCallEntryUpdate.Create(FpDebugger, t, e, ACallstack)
|
||||
else
|
||||
WorkItem := TFpThreadWorkerCallEntryUpdate.Create(FpDebugger, t, e);
|
||||
|
Loading…
Reference in New Issue
Block a user