public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Debugger v2 API class ListBreakpointsResponse.
public RepeatedField<Breakpoint> Breakpoints { get; }
List of breakpoints matching the request.
The fields id and location are guaranteed to be set on each breakpoint.
The fields: stack_frames, evaluated_expressions and variable_table
are cleared on each breakpoint regardless of its status.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe document provides reference information for the \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e class within the Google Cloud Debugger v2 API, specifically for version 3.1.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListBreakpointsResponse\u003c/code\u003e is a class used to encapsulate the response when listing breakpoints, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a default constructor and one that accepts another \u003ccode\u003eListBreakpointsResponse\u003c/code\u003e object for initialization.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eBreakpoints\u003c/code\u003e, which is a list of \u003ccode\u003eBreakpoint\u003c/code\u003e objects, and \u003ccode\u003eNextWaitToken\u003c/code\u003e, a string used to track changes in the list of breakpoints.\u003c/p\u003e\n"],["\u003cp\u003eThe API documentation spans multiple versions, with the latest being 3.2.0, and includes versions 3.1.0, 3.0.0, 2.4.0, and 2.3.0, each linked to its respective documentation page.\u003c/p\u003e\n"]]],[],null,[]]