[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:02:01 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:
For `enableSyntheticChildDebugging`, this is on purpose. I am considering to rename it, because it not only useful for debugging the synthetic child providers, but also to debug memory corruptions
For `enableDisplayExtendedBacktrace` and `enableDisplayExtendedBacktrace `, I was considering to rename it and remove the `enable` prefix. The `enable` seems to be a filler word which adds no additional information. I didn't want to d those changes in this commit, though, since I wanted to keep this commit as a NFC
https://github.com/llvm/llvm-project/pull/109266
More information about the lldb-commits
mailing list