diff --git a/crates/project/src/debugger/breakpoint_store.rs b/crates/project/src/debugger/breakpoint_store.rs index fbe8fd11f0e062ebfa16511dd2d076b2fe78f365..c39fa43850c8e9e08740b594031adf52032e5ed5 100644 --- a/crates/project/src/debugger/breakpoint_store.rs +++ b/crates/project/src/debugger/breakpoint_store.rs @@ -665,6 +665,7 @@ impl BreakpointStore { .as_ref() .is_some_and(|active_position| active_position == &position) { + cx.emit(BreakpointStoreEvent::SetDebugLine); return; }