diff --git a/crates/debugger_ui/src/debugger_panel.rs b/crates/debugger_ui/src/debugger_panel.rs index c84a6e43f51a5d..61125f35e11619 100644 --- a/crates/debugger_ui/src/debugger_panel.rs +++ b/crates/debugger_ui/src/debugger_panel.rs @@ -813,8 +813,6 @@ impl DebugPanel { self.dap_store.update(cx, |_, cx| { cx.emit(DapStoreEvent::Notification(MESSAGE.into())); }); - - cx.notify(); }; } @@ -826,6 +824,7 @@ impl DebugPanel { } cx.emit(DebugPanelEvent::Thread((*client_id, event.clone()))); + cx.notify(); } fn handle_exited_event(