[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 10:26:09 PDT 2024


================
@@ -204,12 +171,67 @@ The default hostname being used `localhost`.
 }
 ```
 
-## Custom debugger commands
+### Configuration Settings Reference
+
+For both launch and attach configurations, lldb-dap accepts the following `lldb-dap`
+specific key/value pairs:
+
+|parameter          |type|req |         |
----------------
vogelsgesang wrote:

After rebasing on `main`, I realized that `enableDisplayExtendedBacktrace` and `enableDisplayExtendedBacktrace` and `enableAutoVariableSummaries` are already documented on `main`

As such, I keep them unchanged in this commit now, and might do the rename separately

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


More information about the lldb-commits mailing list