googleapis.com

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

🔑 oauth2 8 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists all the debuggees that the user has access to.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/debugger/debuggees
Lists all breakpoints for the debuggee.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/debugger/debuggees/{debuggeeId}/breakpoints
Returns the list of all active breakpoints for the debuggee. The breakpoint s…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://clouddebugger.googleapis.com/v2/controller/debuggees/{debuggeeId}/breakpoints
Endpoints (8 total)
GET
/v2/debugger/debuggees
Lists all the debuggees that the user has access to.
GET
/v2/debugger/debuggees/{debuggeeId}/breakpoints
Lists all breakpoints for the debuggee.
GET
/v2/controller/debuggees/{debuggeeId}/breakpoints
Returns the list of all active breakpoints for the debuggee. The breakpoint s…
GET
/v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}
Gets breakpoint information.
POST
/v2/controller/debuggees/register
Registers the debuggee with the controller service. All agents attached to th…
POST
/v2/debugger/debuggees/{debuggeeId}/breakpoints/set
Sets the breakpoint to the debuggee.
PUT
/v2/controller/debuggees/{debuggeeId}/breakpoints/{id}
Updates the breakpoint state or mutable fields. The entire Breakpoint message…
DELETE
/v2/debugger/debuggees/{debuggeeId}/breakpoints/{breakpointId}
Deletes the breakpoint from the debuggee.
At a glance
Total SDKs10
Languages6
Endpoints8
Authoauth2
Categories2
https://clouddebugger.googleapis.com