Class BreakpointResolvedEventArgs
BreakpointResolved
public sealed class BreakpointResolvedEventArgs : EventArgs- Inheritance
- 
      
      
      BreakpointResolvedEventArgs
- Inherited Members
Properties
BreakpointId
Gets or sets the breakpointId
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }Property Value
Location
Gets or sets the location
[JsonPropertyName("location")]
public Location Location { get; set; }