| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
StackFrame.clone() |
StackFrame |
StackFrame.set(String fieldName,
Object value) |
StackFrame |
StackFrame.setArguments(List<Variable> arguments)
Set of arguments passed to this function.
|
StackFrame |
StackFrame.setFunction(String function)
Demangled function name at the call site.
|
StackFrame |
StackFrame.setLocals(List<Variable> locals)
Set of local variables at the stack frame location.
|
StackFrame |
StackFrame.setLocation(SourceLocation location)
Source location of the call site.
|
| Modifier and Type | Method and Description |
|---|---|
List<StackFrame> |
Breakpoint.getStackFrames()
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
Breakpoint.setStackFrames(List<StackFrame> stackFrames)
The stack at breakpoint time, where stack_frames[0] represents the most recently entered
function.
|
Copyright © 2011–2021 Google. All rights reserved.