[Lldb-commits] [lldb] [lldb][lldb-dap] show modules pane if supported by the adapter (PR #140603)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 12:57:00 PDT 2025


================
@@ -102,6 +111,8 @@ export class DebugSessionTracker
           console.error("unexpected module event reason");
           break;
       }
+
+      this.showModulesTreeView(modules.length > 0);
----------------
JDevlieghere wrote:

Does this mean that if all modules get unloaded, the window will now close? I feel like once we've received a module event, we should just keep it open. What do you think?

https://github.com/llvm/llvm-project/pull/140603


More information about the lldb-commits mailing list