[Lldb-commits] [lldb] [lldb-dap] Allow providing debug adapter arguments in the extension (PR #129262)
Matthew Bastien via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 28 08:24:24 PST 2025
================
@@ -75,6 +75,15 @@
"type": "string",
"description": "The path to the lldb-dap binary."
},
+ "lldb-dap.arguments": {
+ "scope": "resource",
+ "type": "array",
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "description": "The arguments provided to the lldb-dap process."
----------------
matthewbastien wrote:
No reason in particular. You're right. I've updated the wording with your suggestions.
https://github.com/llvm/llvm-project/pull/129262
More information about the lldb-commits
mailing list