| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2 | |
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudDebugger.Debugger.Debuggees.Breakpoints.Set |
CloudDebugger.Debugger.Debuggees.Breakpoints.set(String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
| Constructor and Description |
|---|
Set(String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
Breakpoint.clone() |
Breakpoint |
SetBreakpointResponse.getBreakpoint()
Breakpoint resource.
|
Breakpoint |
UpdateActiveBreakpointRequest.getBreakpoint()
Required.
|
Breakpoint |
GetBreakpointResponse.getBreakpoint()
Complete breakpoint state.
|
Breakpoint |
Breakpoint.set(String fieldName,
Object value) |
Breakpoint |
Breakpoint.setAction(String action)
Action that the agent should perform when the code at the breakpoint location is hit.
|
Breakpoint |
Breakpoint.setCanaryExpireTime(String canaryExpireTime)
The deadline for the breakpoint to stay in CANARY_ACTIVE state.
|
Breakpoint |
Breakpoint.setCondition(String condition)
Condition that triggers the breakpoint.
|
Breakpoint |
Breakpoint.setCreateTime(String createTime)
Time this breakpoint was created by the server in seconds resolution.
|
Breakpoint |
Breakpoint.setEvaluatedExpressions(List<Variable> evaluatedExpressions)
Values of evaluated expressions at breakpoint time.
|
Breakpoint |
Breakpoint.setExpressions(List<String> expressions)
List of read-only expressions to evaluate at the breakpoint location.
|
Breakpoint |
Breakpoint.setFinalTime(String finalTime)
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
Breakpoint |
Breakpoint.setId(String id)
Breakpoint identifier, unique in the scope of the debuggee.
|
Breakpoint |
Breakpoint.setIsFinalState(Boolean isFinalState)
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
Breakpoint |
Breakpoint.setLabels(Map<String,String> labels)
A set of custom breakpoint properties, populated by the agent, to be displayed to the user.
|
Breakpoint |
Breakpoint.setLocation(SourceLocation location)
Breakpoint source location.
|
Breakpoint |
Breakpoint.setLogLevel(String logLevel)
Indicates the severity of the log.
|
Breakpoint |
Breakpoint.setLogMessageFormat(String logMessageFormat)
Only relevant when action is `LOG`.
|
Breakpoint |
Breakpoint.setStackFrames(List<StackFrame> stackFrames)
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
Breakpoint |
Breakpoint.setState(String state)
The current state of the breakpoint.
|
Breakpoint |
Breakpoint.setStatus(StatusMessage status)
Breakpoint status.
|
Breakpoint |
Breakpoint.setUserEmail(String userEmail)
E-mail address of the user that created this breakpoint
|
Breakpoint |
Breakpoint.setVariableTable(List<Variable> variableTable)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Breakpoint> |
ListBreakpointsResponse.getBreakpoints()
List of breakpoints matching the request.
|
List<Breakpoint> |
ListActiveBreakpointsResponse.getBreakpoints()
List of all active breakpoints.
|
| Modifier and Type | Method and Description |
|---|---|
SetBreakpointResponse |
SetBreakpointResponse.setBreakpoint(Breakpoint breakpoint)
Breakpoint resource.
|
UpdateActiveBreakpointRequest |
UpdateActiveBreakpointRequest.setBreakpoint(Breakpoint breakpoint)
Required.
|
GetBreakpointResponse |
GetBreakpointResponse.setBreakpoint(Breakpoint breakpoint)
Complete breakpoint state.
|
| Modifier and Type | Method and Description |
|---|---|
ListBreakpointsResponse |
ListBreakpointsResponse.setBreakpoints(List<Breakpoint> breakpoints)
List of breakpoints matching the request.
|
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.setBreakpoints(List<Breakpoint> breakpoints)
List of all active breakpoints.
|
Copyright © 2011–2020 Google. All rights reserved.