Skip to content

Commit

Permalink
Fix global formatting of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Nov 7, 2024
1 parent e7020ea commit df3ff8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adapter/codelldb/src/debug_session/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ impl super::DebugSession {
) -> Variable {
let name = var.name().unwrap_or_default();
let dtype = var.display_type_name();
var.set_format(self.global_format);
let value = self.get_var_summary(&var, false);
let handle = self.get_var_handle(container_handle, name, &var);

Expand Down

0 comments on commit df3ff8a

Please sign in to comment.