Class SetBreakpointCommandResponse
Response for Sets JavaScript breakpoint at a given location.
public sealed class SetBreakpointCommandResponse : ICommandResponse<SetBreakpointCommandSettings>, ICommandResponse
- Inheritance
-
SetBreakpointCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ActualLocation
Location this breakpoint resolved into.
[JsonPropertyName("actualLocation")]
public Location ActualLocation { get; set; }
Property Value
BreakpointId
Id of the created breakpoint for further reference.
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }