mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 05:38:15 +02:00
LazDebuggerFpLLDB: Fix locals, need registers first
git-svn-id: trunk@59806 -
This commit is contained in:
parent
435e8b1c1c
commit
e41b09b476
@ -342,6 +342,7 @@ begin
|
||||
end;
|
||||
|
||||
FpDebugger.Threads.CurrentThreads.Count; // trigger threads, in case
|
||||
FpDebugger.Registers.CurrentRegistersList[FpDebugger.CurrentThreadId, FpDebugger.CurrentStackFrame].Count;
|
||||
|
||||
// Join the queue, registers and threads are needed first
|
||||
LocalsCmdObj := TFpLldbDebuggerCommandLocals.Create(Self, ALocals);
|
||||
|
Loading…
Reference in New Issue
Block a user