Class SourceLocation
Represents a location in the source code.
Implements
Inherited Members
Namespace: Google.Apis.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class SourceLocation : IDirectResponseSchema
Properties
Column
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.
Declaration
[JsonProperty("column")]
public virtual int? Column { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Line
Line inside the file. The first line in the file has the value 1
.
Declaration
[JsonProperty("line")]
public virtual int? Line { get; set; }
Property Value
Type | Description |
---|---|
int? |
Path
Path to the source file within the source context of the target binary.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type | Description |
---|---|
string |