| 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(java.lang.String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
| Constructor and Description |
|---|
Clouddebugger.Debugger.Debuggees.Breakpoints.Set(java.lang.String debuggeeId,
Breakpoint content)
Sets the breakpoint to the debuggee.
|
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
Breakpoint.clone() |
Breakpoint |
UpdateActiveBreakpointRequest.getBreakpoint()
Updated breakpoint information.
|
Breakpoint |
GetBreakpointResponse.getBreakpoint()
Complete breakpoint state.
|
Breakpoint |
SetBreakpointResponse.getBreakpoint()
Breakpoint resource.
|
Breakpoint |
Breakpoint.set(java.lang.String fieldName,
java.lang.Object value) |
Breakpoint |
Breakpoint.setAction(java.lang.String action)
Action that the agent should perform when the code at the breakpoint location is hit.
|
Breakpoint |
Breakpoint.setCondition(java.lang.String condition)
Condition that triggers the breakpoint.
|
Breakpoint |
Breakpoint.setCreateTime(java.lang.String createTime)
Time this breakpoint was created by the server in seconds resolution.
|
Breakpoint |
Breakpoint.setEvaluatedExpressions(java.util.List<Variable> evaluatedExpressions)
Values of evaluated expressions at breakpoint time.
|
Breakpoint |
Breakpoint.setExpressions(java.util.List<java.lang.String> expressions)
List of read-only expressions to evaluate at the breakpoint location.
|
Breakpoint |
Breakpoint.setFinalTime(java.lang.String finalTime)
Time this breakpoint was finalized as seen by the server in seconds resolution.
|
Breakpoint |
Breakpoint.setId(java.lang.String id)
Breakpoint identifier, unique in the scope of the debuggee.
|
Breakpoint |
Breakpoint.setIsFinalState(java.lang.Boolean isFinalState)
When true, indicates that this is a final result and the breakpoint state will not change from
here on.
|
Breakpoint |
Breakpoint.setLabels(java.util.Map<java.lang.String,java.lang.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(java.lang.String logLevel)
Indicates the severity of the log.
|
Breakpoint |
Breakpoint.setLogMessageFormat(java.lang.String logMessageFormat)
Only relevant when action is `LOG`.
|
Breakpoint |
Breakpoint.setStackFrames(java.util.List<StackFrame> stackFrames)
The stack at breakpoint time.
|
Breakpoint |
Breakpoint.setStatus(StatusMessage status)
Breakpoint status.
|
Breakpoint |
Breakpoint.setUserEmail(java.lang.String userEmail)
E-mail address of the user that created this breakpoint
|
Breakpoint |
Breakpoint.setVariableTable(java.util.List<Variable> variableTable)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Breakpoint> |
ListActiveBreakpointsResponse.getBreakpoints()
List of all active breakpoints.
|
java.util.List<Breakpoint> |
ListBreakpointsResponse.getBreakpoints()
List of all breakpoints with complete state.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateActiveBreakpointRequest |
UpdateActiveBreakpointRequest.setBreakpoint(Breakpoint breakpoint)
Updated breakpoint information.
|
GetBreakpointResponse |
GetBreakpointResponse.setBreakpoint(Breakpoint breakpoint)
Complete breakpoint state.
|
SetBreakpointResponse |
SetBreakpointResponse.setBreakpoint(Breakpoint breakpoint)
Breakpoint resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListActiveBreakpointsResponse |
ListActiveBreakpointsResponse.setBreakpoints(java.util.List<Breakpoint> breakpoints)
List of all active breakpoints.
|
ListBreakpointsResponse |
ListBreakpointsResponse.setBreakpoints(java.util.List<Breakpoint> breakpoints)
List of all breakpoints with complete state.
|