[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["DebugInfo is a class that provides additional debugging information, inheriting from `object` and implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes fields `DetailFieldNumber` and `StackEntriesFieldNumber`, representing the field numbers for the \"detail\" and \"stack_entries\" fields, respectively."],["It has properties like `Descriptor`, `Detail`, `Parser`, and `StackEntries` to access message metadata, debugging details, a message parser, and the stack trace entries."],["DebugInfo offers methods such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo` for various operations, including cloning, merging, calculating size, and writing data."],["The class has two constructors: a default constructor `DebugInfo()` and a copy constructor `DebugInfo(DebugInfo other)` that allows for creating a new instance from an existing `DebugInfo` object."]]],[]]