Class GetPossibleBreakpointsCommandResponse
Response for Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
public sealed class GetPossibleBreakpointsCommandResponse : ICommandResponse<GetPossibleBreakpointsCommandSettings>, ICommandResponse
- Inheritance
-
GetPossibleBreakpointsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Locations
List of the possible breakpoint locations.
[JsonPropertyName("locations")]
public BreakLocation[] Locations { get; set; }