Class Location
Location in the source code.
public sealed class Location
- Inheritance
-
Location
- Inherited Members
Properties
ColumnNumber
Column number in the script (0-based).
[JsonPropertyName("columnNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? ColumnNumber { get; set; }
Property Value
- long?
LineNumber
Line number in the script (0-based).
[JsonPropertyName("lineNumber")]
public long LineNumber { get; set; }
Property Value
ScriptId
Script identifier as reported in the Debugger.scriptParsed.
[JsonPropertyName("scriptId")]
public string ScriptId { get; set; }