diff --git a/components/lazdebuggers/lazdebuggerfplldb/fplldbdebugger.pas b/components/lazdebuggers/lazdebuggerfplldb/fplldbdebugger.pas index 91370cb6d1..48438a03a6 100644 --- a/components/lazdebuggers/lazdebuggerfplldb/fplldbdebugger.pas +++ b/components/lazdebuggers/lazdebuggerfplldb/fplldbdebugger.pas @@ -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);