Set Breakpoint Response
data class SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)
Content copied to clipboard
Represents response frame that is returned from Debugger#setBreakpoint operation call. Sets JavaScript breakpoint at a given location.
See also
Constructors
SetBreakpointResponse
Link copied to clipboard
fun SetBreakpointResponse(breakpointId: BreakpointId, actualLocation: Location)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard