[Lldb-commits] [lldb] [lldb-vscode] Make descriptive summaries and raw child for synthetics configurable (PR #65687)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 7 15:49:23 PDT 2023
================
@@ -240,6 +240,16 @@
"timeout": {
"type": "string",
"description": "The time in seconds to wait for a program to stop at entry point when launching with \"launchCommands\". Defaults to 30 seconds."
+ },
+ "descriptiveSummaries": {
+ "type": "boolean",
+ "description": "Show more descriptive variable summaries, which might incur in worse performance.",
----------------
walter-erquinigo wrote:
Thanks for the feedback.
https://github.com/llvm/llvm-project/pull/65687
More information about the lldb-commits
mailing list