- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Examples
- Try it!
Gets breakpoint information.
HTTP request
GET https://clouddebugger.googleapis.com/v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
debuggeeId |
Required. ID of the debuggee whose breakpoint to get. |
breakpointId |
Required. ID of the breakpoint to get. |
Query parameters
Parameters | |
---|---|
clientVersion |
Required. The client version making the call. Schema: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of GetBreakpointResponse
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud_debugger
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.