[Lldb-commits] [lldb] Logging setup for lldb-dap extension (PR #146884)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 31 09:30:12 PDT 2025


================
@@ -110,6 +110,11 @@
             "additionalProperties": {
               "type": "string"
             }
+          },
+          "lldb-dap.captureSessionLogs": {
+            "type": "boolean",
+            "description": "When enabled, LLDB-DAP session logs will be written to the Extension's log folder if the `lldb-dap.log-path` setting is not explicitly set.",
----------------
ashgti wrote:

What happens if `lldb-dap.log-path` is also set? Can we clarify that here?

Should we deprecate/remove the `log-path` in favor of this setting?

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


More information about the lldb-commits mailing list