EventBreakpointsApi class
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.
Constructors
- EventBreakpointsApi(Client _client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disable(
) → Future< void> - Removes all breakpoints
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeInstrumentationBreakpoint(
String eventName) → Future< void> -
Removes breakpoint on particular native event.
eventName
Instrumentation name to stop on. -
setInstrumentationBreakpoint(
String eventName) → Future< void> -
Sets breakpoint on particular native event.
eventName
Instrumentation name to stop on. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited