Class BreakpointResolvedEventArgs
Fired when breakpoint is resolved to an actual script and location.
Deprecated in favor of resolvedBreakpoints in the scriptParsed event.
public sealed class BreakpointResolvedEventArgs : EventArgs
- Inheritance
-
BreakpointResolvedEventArgs
- Inherited Members
Properties
BreakpointId
Breakpoint unique identifier.
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }
Property Value
Location
Actual breakpoint location.
[JsonPropertyName("location")]
public Location Location { get; set; }