mirror of https://github.com/helix-editor/helix
Update editor window when stopped
parent
a938f5a87a
commit
bcab93c94e
|
@ -200,6 +200,7 @@ impl Application {
|
||||||
let (bt, _) = debugger.stack_trace(main.id).await.unwrap();
|
let (bt, _) = debugger.stack_trace(main.id).await.unwrap();
|
||||||
debugger.stack_pointer = bt.get(0).cloned();
|
debugger.stack_pointer = bt.get(0).cloned();
|
||||||
}
|
}
|
||||||
|
self.render();
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue