| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
SourceLocation.clone() |
SourceLocation |
Breakpoint.getLocation()
Breakpoint source location.
|
SourceLocation |
StackFrame.getLocation()
Source location of the call site.
|
SourceLocation |
SourceLocation.set(java.lang.String fieldName,
java.lang.Object value) |
SourceLocation |
SourceLocation.setLine(java.lang.Integer line)
Line inside the file.
|
SourceLocation |
SourceLocation.setPath(java.lang.String path)
Path to the source file within the source context of the target binary.
|
| Modifier and Type | Method and Description |
|---|---|
Breakpoint |
Breakpoint.setLocation(SourceLocation location)
Breakpoint source location.
|
StackFrame |
StackFrame.setLocation(SourceLocation location)
Source location of the call site.
|