List of all active breakpoints. The fields id and location are guaranteed to be set on each breakpoint.
↳ next_wait_token
string
A token that can be used in the next method call to block until the list of breakpoints changes.
↳ wait_expired
bool
If set to true, indicates that there is no change to the list of active breakpoints and the server-selected timeout has expired. The breakpoints field would be empty and should be ignored.
getBreakpoints
List of all active breakpoints.
The fields id and location are guaranteed to be set on each breakpoint.
[[["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-08-28 UTC."],[],[],null,["# Stackdriver Debugger V2 Client - Class ListActiveBreakpointsResponse (1.9.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.5 (latest)](/php/docs/reference/cloud-debugger/latest/V2.ListActiveBreakpointsResponse)\n- [1.9.4](/php/docs/reference/cloud-debugger/1.9.4/V2.ListActiveBreakpointsResponse)\n- [1.8.8](/php/docs/reference/cloud-debugger/1.8.8/V2.ListActiveBreakpointsResponse)\n- [1.7.0](/php/docs/reference/cloud-debugger/1.7.0/V2.ListActiveBreakpointsResponse)\n- [1.6.4](/php/docs/reference/cloud-debugger/1.6.4/V2.ListActiveBreakpointsResponse)\n- [1.5.1](/php/docs/reference/cloud-debugger/1.5.1/V2.ListActiveBreakpointsResponse)\n- [1.4.16](/php/docs/reference/cloud-debugger/1.4.16/V2.ListActiveBreakpointsResponse) \nReference documentation and code samples for the Stackdriver Debugger V2 Client class ListActiveBreakpointsResponse.\n\nResponse for listing active breakpoints.\n\nGenerated from protobuf message `google.devtools.clouddebugger.v2.ListActiveBreakpointsResponse`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Debugger \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getBreakpoints\n\nList of all active breakpoints.\n\nThe fields `id` and `location` are guaranteed to be set on each breakpoint.\n\n### setBreakpoints\n\nList of all active breakpoints.\n\nThe fields `id` and `location` are guaranteed to be set on each breakpoint.\n\n### getNextWaitToken\n\nA token that can be used in the next method call to block until\nthe list of breakpoints changes.\n\n### setNextWaitToken\n\nA token that can be used in the next method call to block until\nthe list of breakpoints changes.\n\n### getWaitExpired\n\nIf set to `true`, indicates that there is no change to the\nlist of active breakpoints and the server-selected timeout has expired.\n\nThe `breakpoints` field would be empty and should be ignored.\n\n### setWaitExpired\n\nIf set to `true`, indicates that there is no change to the\nlist of active breakpoints and the server-selected timeout has expired.\n\nThe `breakpoints` field would be empty and should be ignored."]]