Reference documentation and code samples for the Stackdriver Debugger V2 Client class SourceLocation.
Represents a location in the source code.
Generated from protobuf message google.devtools.clouddebugger.v2.SourceLocation
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ path
string
Path to the source file within the source context of the target binary.
↳ line
int
Line inside the file. The first line in the file has the value 1
.
↳ column
int
Column within a line. The first column in a line as the value 1
. Agents that do not support setting breakpoints on specific columns ignore this field.
getPath
Path to the source file within the source context of the target binary.
string
setPath
Path to the source file within the source context of the target binary.
var
string
$this
getLine
Line inside the file. The first line in the file has the value 1
.
int
setLine
Line inside the file. The first line in the file has the value 1
.
var
int
$this
getColumn
Column within a line. The first column in a line as the value 1
.
Agents that do not support setting breakpoints on specific columns ignore this field.
int
setColumn
Column within a line. The first column in a line as the value 1
.
Agents that do not support setting breakpoints on specific columns ignore this field.
var
int
$this