[Lldb-commits] [lldb] [lldb-dap] Allow providing debug adapter arguments in the extension (PR #129262)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Mar 1 14:17:51 PST 2025
================
@@ -137,53 +157,59 @@ export class LLDBDapDescriptorFactory
const dbgOptions = {
env: {
- ...executable?.options?.env,
...configEnvironment,
...env,
},
};
- const dbgArgs = executable?.args ?? [];
----------------
JDevlieghere wrote:
I'm not but I'd be curious to find out too.
https://github.com/llvm/llvm-project/pull/129262
More information about the lldb-commits
mailing list