[Lldb-commits] [lldb] [lldb-dap][docs] Improve README (PR #109266)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 20 09:42:37 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 | |
----------------
ashgti wrote:
`enableDisplayExtendedBacktrace`, `enableDisplayExtendedBacktrace` and `enableSyntheticChildDebugging` are missing, see
https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/README.md?plain=1#L39C1-L42C1
https://github.com/llvm/llvm-project/pull/109266
More information about the lldb-commits
mailing list