| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Variable.clone() |
Variable |
Variable.set(String fieldName,
Object value) |
Variable |
Variable.setMembers(List<Variable> members)
Members contained or pointed to by the variable.
|
Variable |
Variable.setName(String name)
Name of the variable, if any.
|
Variable |
Variable.setStatus(StatusMessage status)
Status associated with the variable.
|
Variable |
Variable.setType(String type)
Variable type (e.g.
|
Variable |
Variable.setValue(String value)
Simple value of the variable.
|
Variable |
Variable.setVarTableIndex(Integer varTableIndex)
Reference to a variable in the shared variable table.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variable> |
StackFrame.getArguments()
Set of arguments passed to this function.
|
List<Variable> |
Breakpoint.getEvaluatedExpressions()
Values of evaluated expressions at breakpoint time.
|
List<Variable> |
StackFrame.getLocals()
Set of local variables at the stack frame location.
|
List<Variable> |
Variable.getMembers()
Members contained or pointed to by the variable.
|
List<Variable> |
Breakpoint.getVariableTable()
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
StackFrame.setArguments(List<Variable> arguments)
Set of arguments passed to this function.
|
Breakpoint |
Breakpoint.setEvaluatedExpressions(List<Variable> evaluatedExpressions)
Values of evaluated expressions at breakpoint time.
|
StackFrame |
StackFrame.setLocals(List<Variable> locals)
Set of local variables at the stack frame location.
|
Variable |
Variable.setMembers(List<Variable> members)
Members contained or pointed to by the variable.
|
Breakpoint |
Breakpoint.setVariableTable(List<Variable> variableTable)
The `variable_table` exists to aid with computation, memory and network traffic optimization.
|
Copyright © 2011–2023 Google. All rights reserved.