[Lldb-commits] [lldb] [lldb-dap] Allow providing debug adapter arguments in the extension (PR #129262)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 6 16:12:53 PST 2025
================
@@ -137,53 +157,59 @@ export class LLDBDapDescriptorFactory
const dbgOptions = {
env: {
- ...executable?.options?.env,
...configEnvironment,
...env,
},
};
- const dbgArgs = executable?.args ?? [];
----------------
vogelsgesang wrote:
ok, if you are fine with it, I am also fine with it
https://github.com/llvm/llvm-project/pull/129262
More information about the lldb-commits
mailing list