googleapis.com – clouddebugger
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.clouddebuggerControllerDebuggeesBreakpointsListReturns the list of all active breakpoints for the debuggee. The breakpoint specification (
location,condition, andexpressionsfields) 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.clouddebuggerControllerDebuggeesBreakpointsUpdateUpdates 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,conditionandexpressionsfields 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.clouddebuggerControllerDebuggeesRegisterRegisters 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 whenevergoogle.rpc.Code.NOT_FOUNDis returned from any controller method. This protocol allows the controller service to disable debuggees, recover from data loss, or change thedebuggee_idformat. Agents must handledebuggee_idvalue changing upon re-registration. -
debugger.clouddebuggerDebuggerDebuggeesBreakpointsDeleteDeletes the breakpoint from the debuggee.
-
debugger.clouddebuggerDebuggerDebuggeesBreakpointsGetGets breakpoint information.
-
debugger.clouddebuggerDebuggerDebuggeesBreakpointsListLists all breakpoints for the debuggee.
-
debugger.clouddebuggerDebuggerDebuggeesBreakpointsSetSets the breakpoint to the debuggee.
-
debugger.clouddebuggerDebuggerDebuggeesListLists all the debuggees that the user has access to.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools