[Lldb-commits] [lldb] [lldb-dap] Add external terminal support (PR #146950)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 7 04:22:23 PDT 2025


================
@@ -60,6 +60,20 @@ def test_failing_launch_commands_and_run_in_terminal(self):
             self.get_dict_value(response, ["body", "error", "format"]),
         )
 
+    def test_failing_run_in_terminal(self):
+        """
+        Tests launching in terminal.
----------------
da-viper wrote:

```suggestion
        Tests launching in terminal with an invalid terminal type.
```

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


More information about the lldb-commits mailing list