diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index dad6df2bc..0e988a1a7 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -200,6 +200,7 @@ impl Application { let (bt, _) = debugger.stack_trace(main.id).await.unwrap(); debugger.stack_pointer = bt.get(0).cloned(); } + self.render(); } _ => {} }