Event Breakpoints Domain
EventBreakpoints permits setting breakpoints on particular operations and events in targets that run JavaScript but do not have a DOM. JavaScript execution will stop on these operations as if there was a regular breakpoint set.
Functions
Link copied to clipboard
suspend fun removeInstrumentationBreakpoint(eventName: String): RemoveInstrumentationBreakpointResponse
suspend fun removeInstrumentationBreakpoint(input: RemoveInstrumentationBreakpointRequest): RemoveInstrumentationBreakpointResponse
Removes breakpoint on particular native event.
Link copied to clipboard
suspend fun setInstrumentationBreakpoint(input: SetInstrumentationBreakpointRequest): SetInstrumentationBreakpointResponse
Sets breakpoint on particular native event.