[Lldb-commits] [lldb] [lldb][lldb-dap] show modules pane if supported by the adapter (PR #140603)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Mon May 19 15:46:31 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list