We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7020ea commit df3ff8aCopy full SHA for df3ff8a
adapter/codelldb/src/debug_session/variables.rs
@@ -212,6 +212,7 @@ impl super::DebugSession {
212
) -> Variable {
213
let name = var.name().unwrap_or_default();
214
let dtype = var.display_type_name();
215
+ var.set_format(self.global_format);
216
let value = self.get_var_summary(&var, false);
217
let handle = self.get_var_handle(container_handle, name, &var);
218
0 commit comments