[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)
Hu Jialun via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 06:14:35 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list