From da9620172473c11d55d0bc73ec2ac50f39a58a2c Mon Sep 17 00:00:00 2001 From: Remco Smits Date: Mon, 3 Feb 2025 14:57:18 +0100 Subject: [PATCH] Send proto update message when you select a stack frame --- crates/debugger_ui/src/variable_list.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/debugger_ui/src/variable_list.rs b/crates/debugger_ui/src/variable_list.rs index e74a2468063711..61dd782a386bf7 100644 --- a/crates/debugger_ui/src/variable_list.rs +++ b/crates/debugger_ui/src/variable_list.rs @@ -548,6 +548,7 @@ impl VariableList { } variable_list.build_entries(true, true, cx); + variable_list.send_update_proto_message(cx); }) })); }