LazDebuggerFpLLDB: Fix locals, need registers first

git-svn-id: trunk@59806 -
This commit is contained in:
martin 2018-12-12 17:21:46 +00:00
parent 435e8b1c1c
commit e41b09b476

View File

@ -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);