Cloud Debugger is deprecated and will be shutdown May 31, 2023. See the deprecations page and release notes for more information.

Method: debugger.debuggees.breakpoints.get

Stay organized with collections Save and categorize content based on your preferences.

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

string

Required. ID of the debuggee whose breakpoint to get.

breakpointId

string

Required. ID of the breakpoint to get.

Query parameters

Parameters
clientVersion

string

Required. The client version making the call. Schema: domain/type/version (e.g., google.com/intellij/v1).

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.