show value explorer when focus calltree view

This commit is contained in:
Dmitry Vasilev
2024-02-02 01:57:48 +08:00
parent f4e531d24c
commit 5a5eedb89a
3 changed files with 19 additions and 6 deletions

View File

@@ -205,6 +205,10 @@ export class UI {
if(!skip_focus) {
this.debugger[tab_id].focus()
}
if(tab_id == 'calltree' && !skip_focus) {
exec('calltree.show_value_explorer')
}
}
open_app_window() {