[Lldb-commits] [lldb] [lldb-vscode] make "integratedTerminal" the default console (PR #171429)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 17 07:13:48 PST 2025
charles-zablit wrote:
> > I just tried `"console": "integratedTerminal"` on Windows, and I got an `Unimplemented` error with release `21.1.7`.
> > I wonder if #168729 will fix this. I will try and report back!
>
> #168729 not fix this. `integratedTerminal` or `externalTerminal` bouth blocked by
>
> https://github.com/llvm/llvm-project/blob/c3a5ec03608d5e88c3b1ff18d5d8056bc5810b1c/lldb/tools/lldb-dap/FifoFiles.cpp#L36-L38
I see thanks, I think that's something that can be implemented with [`CreateNamedPipe`](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createnamedpipew)
https://github.com/llvm/llvm-project/pull/171429
More information about the lldb-commits
mailing list