Variable name auto-complete gone from lldb?

Ever since updating to Xcode 16.3, auto-completing variable names in lldb does not work.

Is this a known bug? Is there a workaround to get it do auto-complete again?

Are you seeing this in the command-line lldb or in the Xcode Debug Console?

Xcode uses SourceKit for completions in the Xcode Debug Console, so if you aren't seeing completions there, there may be something wrong with indexing your project. A Clean and Rebuild might fix that issue.

Same problem here

same here. Not only the auto-complete has gone, but command po no longer prints object values. (Xcode Version 16.3 (16E140)). Clean and rebuild doesn't fix it.

This is in Xcode Debug Console

Clean and Rebuild does not fix this.

Variable name auto-complete gone from lldb?
 
 
Q