[Lldb-commits] [lldb] [lldb-dap] Emit declarations along with variables (PR #74865)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 18:17:29 PST 2023
================
@@ -1101,6 +1101,29 @@ std::string CreateUniqueVariableNameForDisplay(lldb::SBValue v,
// can use this optional information to present the
// children in a paged UI and fetch them in chunks."
// }
+// "declaration": {
+// "type": "object | undefined",
----------------
walter-erquinigo wrote:
this "type" is a JSON schema attribute, not an actual thing being returned
https://github.com/llvm/llvm-project/pull/74865
More information about the lldb-commits
mailing list