================ @@ -102,6 +111,8 @@ export class DebugSessionTracker console.error("unexpected module event reason"); break; } + + this.showModulesTreeView(modules.length > 0); ---------------- da-viper wrote:
I assumed if there is no modules the session has ended, but changed it since we can have multiple sessions. Should stay open until there is no more sessions. https://github.com/llvm/llvm-project/pull/140603 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits