Class SetBreakpointOnFunctionCallCommandResponse
Response for SetBreakpointOnFunctionCall
public sealed class SetBreakpointOnFunctionCallCommandResponse : ICommandResponse<SetBreakpointOnFunctionCallCommandSettings>, ICommandResponse- Inheritance
- 
      
      SetBreakpointOnFunctionCallCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BreakpointId
Gets or sets the breakpointId
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }