[Lldb-commits] [lldb] [lldb-dap] Adding a modules explorer to lldb-dap ext. (PR #138977)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 16:18:06 PDT 2025


================
@@ -763,6 +764,16 @@
           }
         ]
       }
-    ]
+    ],
+    "views": {
+      "debug": [
+        {
+          "id": "lldb-dap.modulesExplorer",
+          "name": "LLDB Modules Explorer",
----------------
ashgti wrote:

Updated to just be 'Modules'.

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


More information about the lldb-commits mailing list