[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 Mar 7 15:09:33 PST 2025
================
@@ -162,6 +171,13 @@
"type": "string",
"markdownDescription": "The absolute path to the LLDB debug adapter executable to use."
},
+ "debugAdapterArgs": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "markdownDescription": "The list of additional arguments used to launch the debug adapter executable."
----------------
matthewbastien wrote:
Done.
https://github.com/llvm/llvm-project/pull/129262
More information about the lldb-commits
mailing list