Class SetBreakpointOnFunctionCallCommandResponse
Response for Sets JavaScript breakpoint before each call to the given function. If another function was created from the same source as a given one, calling it will also trigger the breakpoint.
public sealed class SetBreakpointOnFunctionCallCommandResponse : ICommandResponse<SetBreakpointOnFunctionCallCommandSettings>, ICommandResponse
- Inheritance
-
SetBreakpointOnFunctionCallCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BreakpointId
Id of the created breakpoint for further reference.
[JsonPropertyName("breakpointId")]
public string BreakpointId { get; set; }