EventBreakpoints
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(args: EventBreakpoints.RemoveInstrumentationBreakpointParameter, mode: CommandMode = CommandMode.DEFAULT)
Removes breakpoint on particular native event.
Link copied to clipboard
suspend fun setInstrumentationBreakpoint(args: EventBreakpoints.SetInstrumentationBreakpointParameter, mode: CommandMode = CommandMode.DEFAULT)
Sets breakpoint on particular native event.