[Lldb-commits] [lldb] [lldb-dap] add `debugAdapterExecutable` property to launch configuration (PR #126803)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 12 07:57:57 PST 2025
================
@@ -152,6 +152,10 @@
"program"
],
"properties": {
+ "debugAdapterExecutable": {
+ "type": "string",
+ "markdownDescription": "The LLDB debug adapter executable to use. Either an absolute path or the name of a debug adapter executable available on the `PATH`."
----------------
vogelsgesang wrote:
Thanks, looks good to me :)
https://github.com/llvm/llvm-project/pull/126803
More information about the lldb-commits
mailing list