================
@@ -118,7 +118,8 @@ RunInTerminal(DAP &dap, const 
protocol::LaunchRequestArguments &arguments) {
       arguments.console == protocol::eConsoleExternalTerminal);
   dap.SendReverseRequest<LogFailureResponseHandler>("runInTerminal",
                                                     
std::move(reverse_request));
-
+  comm_file
+      ->Connect(); // we need to wait for the client to connect to the pipe.
----------------
Nerixyz wrote:

```suggestion
  // We need to wait for the client to connect to the pipe.
  comm_file->Connect();
```

https://github.com/llvm/llvm-project/pull/174635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to