| Package | Description |
|---|---|
| com.google.api.services.clouddebugger.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SourceLocation |
SourceLocation.clone() |
SourceLocation |
StackFrame.getLocation()
Source location of the call site.
|
SourceLocation |
Breakpoint.getLocation()
Breakpoint source location.
|
SourceLocation |
SourceLocation.set(String fieldName,
Object value) |
SourceLocation |
SourceLocation.setColumn(Integer column)
Column within a line.
|
SourceLocation |
SourceLocation.setLine(Integer line)
Line inside the file.
|
SourceLocation |
SourceLocation.setPath(String path)
Path to the source file within the source context of the target binary.
|
| Modifier and Type | Method and Description |
|---|---|
StackFrame |
StackFrame.setLocation(SourceLocation location)
Source location of the call site.
|
Breakpoint |
Breakpoint.setLocation(SourceLocation location)
Breakpoint source location.
|
Copyright © 2011–2023 Google. All rights reserved.