Update editor window when stopped
This commit is contained in:
parent
a938f5a87a
commit
bcab93c94e
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue