[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:26 PST 2025


================
@@ -2249,6 +2249,11 @@ llvm::Error request_runInTerminal(DAP &dap,
                            }
                          });
 
+  llvm::errs() << "WaitForLauncher\n";
----------------
SuibianP wrote:

Oops, debug leftover again... Removed.

https://github.com/llvm/llvm-project/pull/121269


More information about the lldb-commits mailing list