EventBreakpointsApi class

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.

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

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