[Lldb-commits] [lldb] [lldb-dap] add `debugAdapterExecutable` property to launch configuration (PR #126803)
Matthew Bastien via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 12 07:33:25 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`."
----------------
matthewbastien wrote:
Good catch. I changed the wording to make it clear that this must be an absolute path to the executable.
https://github.com/llvm/llvm-project/pull/126803
More information about the lldb-commits
mailing list