integrations.sh
← all integrations

googleapis.com – clouddebugger

OpenAPI apis-guru analyticsmedia

Examines the call stack and variables of a running application without stopping or slowing it down.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:clouddebugger/v2.json
Provider
googleapis.com:clouddebugger / clouddebugger
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/clouddebugger/v2/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/clouddebugger/v2/openapi.yaml

Tools (10)

Extracted live via the executor SDK.

  • controller.clouddebuggerControllerDebuggeesBreakpointsList

    Returns the list of all active breakpoints for the debuggee. The breakpoint specification (location, condition, and expressions fields) is semantically immutable, although the field values may change. For example, an agent may update the location line number to reflect the actual line where the breakpoint was set, but this doesn't change the breakpoint semantics. This means that an agent does not need to check if a breakpoint has changed when it encounters the same breakpoint on a successive call. Moreover, an agent should remember the breakpoints that are completed until the controller removes them from the active list to avoid setting those breakpoints again.

  • controller.clouddebuggerControllerDebuggeesBreakpointsUpdate

    Updates the breakpoint state or mutable fields. The entire Breakpoint message must be sent back to the controller service. Updates to active breakpoint fields are only allowed if the new value does not change the breakpoint specification. Updates to the location, condition and expressions fields should not alter the breakpoint semantics. These may only make changes such as canonicalizing a value or snapping the location to the correct line of code.

  • controller.clouddebuggerControllerDebuggeesRegister

    Registers the debuggee with the controller service. All agents attached to the same application must call this method with exactly the same request content to get back the same stable debuggee_id. Agents should call this method again whenever google.rpc.Code.NOT_FOUND is returned from any controller method. This protocol allows the controller service to disable debuggees, recover from data loss, or change the debuggee_id format. Agents must handle debuggee_id value changing upon re-registration.

  • debugger.clouddebuggerDebuggerDebuggeesBreakpointsDelete

    Deletes the breakpoint from the debuggee.

  • debugger.clouddebuggerDebuggerDebuggeesBreakpointsGet

    Gets breakpoint information.

  • debugger.clouddebuggerDebuggerDebuggeesBreakpointsList

    Lists all breakpoints for the debuggee.

  • debugger.clouddebuggerDebuggerDebuggeesBreakpointsSet

    Sets the breakpoint to the debuggee.

  • debugger.clouddebuggerDebuggerDebuggeesList

    Lists all the debuggees that the user has access to.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools