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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 7 11:50:01 PDT 2025


================
@@ -242,6 +242,8 @@ struct Configuration {
   std::string platformName;
 };
 
+enum Terminal : unsigned { eConsole, eIntegrated, eExternal };
----------------
ashgti wrote:

I believe the format for these should be `eTerminalConsole`, `eTerminalIntegrated`, `eTerminalExternal`.

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


More information about the lldb-commits mailing list