[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:00:54 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:
Oops, misread this, marking it as resolved.
https://github.com/llvm/llvm-project/pull/146884
    
    
More information about the lldb-commits
mailing list