[Lldb-commits] [lldb] [lldb-dap] Adding a modules explorer to lldb-dap ext. (PR #138977)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 15:33:36 PDT 2025
================
@@ -763,6 +764,16 @@
}
]
}
- ]
+ ],
+ "views": {
+ "debug": [
+ {
+ "id": "lldb-dap.modulesExplorer",
+ "name": "LLDB Modules Explorer",
----------------
JDevlieghere wrote:
Is "explorer" common terminology in VS Code for something like this? I've seen the term in the context of a file explorer and a remote (file) explorer but I don't remember seeing it in this context. If not, would "LLDB Modules" or even just "Modules" be descriptive enough for this view?
https://github.com/llvm/llvm-project/pull/138977
More information about the lldb-commits
mailing list