Skip to content

Commit df3ff8a

Browse files
committed
Fix global formatting of variables
1 parent e7020ea commit df3ff8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adapter/codelldb/src/debug_session/variables.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ impl super::DebugSession {
212212
) -> Variable {
213213
let name = var.name().unwrap_or_default();
214214
let dtype = var.display_type_name();
215+
var.set_format(self.global_format);
215216
let value = self.get_var_summary(&var, false);
216217
let handle = self.get_var_handle(container_handle, name, &var);
217218

0 commit comments

Comments
 (0)