[Lldb-commits] [lldb] [lldb-dap] Add external terminal support (PR #146950)
Druzhkov Sergei via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 8 22:13:35 PDT 2025
================
@@ -235,7 +235,8 @@ contain the following key/value pairs:
| **cwd** | string | | The program working directory.
| **env** | dictionary | | Environment variables to set when launching the program. The format of each environment variable string is "VAR=VALUE" for environment variables with values or just "VAR" for environment variables with no values.
| **stopOnEntry** | boolean | | Whether to stop program immediately after launching.
-| **runInTerminal** | boolean | | Launch the program inside an integrated terminal in the IDE. Useful for debugging interactive command line programs.
+| **runInTerminal** (deprecated) | boolean | | Launch the program inside an integrated terminal in the IDE. Useful for debugging interactive command line programs.
+| **console** | string | | Specify where to launch the program: internal console (`internalConsole`), integrated terminal (`integratedTerminal`) or external terminal (`externalTerminal`).
----------------
DrSergei wrote:
Just to clarify, which version do you mean? I see the extension version (0.2.15), but I don’t see a separate lldb-dap version. Running `lldb-dap --version` only reports the full LLVM version.
https://github.com/llvm/llvm-project/pull/146950
More information about the lldb-commits
mailing list