================
@@ -2249,6 +2249,11 @@ llvm::Error request_runInTerminal(DAP &dap,
}
});
+ llvm::errs() << "WaitForLauncher\n";
+ auto err = comm_channel.WaitForLauncher();
+ llvm::errs() << "WaitForLauncher returned\n";
----------------
SuibianP wrote:Removed. https://github.com/llvm/llvm-project/pull/121269 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
