[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 10:07:44 PDT 2025


================
@@ -110,6 +110,11 @@
             "additionalProperties": {
               "type": "string"
             }
+          },
+          "lldb-dap.captureSessionLogs": {
----------------
ashgti wrote:

What if we replaced both `lldb-dap.log-path` with a `lldb-dap.log-dir` and we specify that if its not set then logs will be saved to the `[Developer Log Root](command:workbench.action.openLogsFolder)` in the markdown description. That should be a clickable link to open the directory.

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


More information about the lldb-commits mailing list