EventBreakpoints
ExperimentalEventBreakpoints 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.
No symbols match your filter.
Commands
EventBreakpoints.setInstrumentationBreakpoint
Sets breakpoint on particular native event.
Parameters
| Name | Type | Description |
|---|---|---|
eventName
|
string |
Instrumentation name to stop on. |
EventBreakpoints.removeInstrumentationBreakpoint
Removes breakpoint on particular native event.
Parameters
| Name | Type | Description |
|---|---|---|
eventName
|
string |
Instrumentation name to stop on. |
EventBreakpoints.disable
Removes all breakpoints