[Lldb-commits] [lldb] [lldb-vscode] make "integratedTerminal" the default console (PR #171429)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 9 08:13:32 PST 2025
DrSergei wrote:
> As far as I remember `runInTerminal` is not supported on Windows (see my [comment](https://github.com/llvm/llvm-project/issues/161998#issuecomment-3402851311)). Maybe we can change default mode only for non-Windows systems, also don't forget to update documentation in README.md.
One additional comment. To avoid refactoring of c++ code and existed tests that rely on default mode, you can add some logic in ts [code](https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts#L107) to set new default value.
https://github.com/llvm/llvm-project/pull/171429
More information about the lldb-commits
mailing list