public sealed class ListBreakpointsResponse : IMessage<ListBreakpointsResponse>, IEquatable<ListBreakpointsResponse>, IDeepCloneable<ListBreakpointsResponse>, IBufferMessage, IMessage
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"]],[["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-03-21 UTC."],[[["The latest version available for `ListBreakpointsResponse` is 3.2.0, with previous versions including 3.1.0, 3.0.0, 2.4.0, and 2.3.0."],["`ListBreakpointsResponse` is a class used for managing responses related to listing breakpoints, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and one that accepts another `ListBreakpointsResponse` object as a parameter, allowing for object copying."],["The `Breakpoints` property provides a list of breakpoints matching the request, ensuring that `id` and `location` are always set, and clears fields like `stack_frames`, `evaluated_expressions`, and `variable_table` regardless of status."],["The property `NextWaitToken` allows blocking until the list of breakpoints changes via the `list` (REST) or `ListBreakpoints` (RPC)."]]],[]]