Class SetBreakpointByUrlResult
public sealed record SetBreakpointByUrlResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<SetBreakpointByUrlResult>
- Inheritance
-
EmptyResultSetBreakpointByUrlResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
SetBreakpointByUrlResult(BreakpointId, ImmutableArray<Location>)
public SetBreakpointByUrlResult(BreakpointId BreakpointId, ImmutableArray<Location> Locations)
Parameters
BreakpointIdBreakpointIdId of the created breakpoint for further reference.
LocationsImmutableArray<Location>List of the locations this breakpoint resolved into upon addition.
Properties
BreakpointId
Id of the created breakpoint for further reference.
public BreakpointId BreakpointId { get; init; }
Property Value
Locations
List of the locations this breakpoint resolved into upon addition.
public ImmutableArray<Location> Locations { get; init; }