Update editor window when stopped

This commit is contained in:
Dmitry Sharshakov 2021-08-21 17:26:51 +03:00
parent a938f5a87a
commit bcab93c94e
No known key found for this signature in database
GPG key ID: 471FD32E15FD8473

View file

@ -200,6 +200,7 @@ pub async fn event_loop(&mut self) {
let (bt, _) = debugger.stack_trace(main.id).await.unwrap();
debugger.stack_pointer = bt.get(0).cloned();
}
self.render();
}
_ => {}
}