Class SetBreakpointCommandResponse
Response for SetBreakpoint
public sealed class SetBreakpointCommandResponse : ICommandResponse<SetBreakpointCommandSettings>, ICommandResponse
- Inheritance
-
SetBreakpointCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ActualLocation
Gets or sets the actualLocation
[JsonPropertyName("actualLocation")]
public Location ActualLocation { get; set; }
Property Value
BreakpointId
Gets or sets the breakpointId
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }