Event Breakpoints Domain
class EventBreakpointsDomain
EventBreakpoints permits setting JavaScript breakpoints on operations and events occurring in native code invoked from JavaScript. Once breakpoint is hit, it is reported through Debugger domain, similarly to regular breakpoints being hit.
Functions
Link copied to clipboard
Removes all breakpoints
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.