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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
