DebuggerPausedEvent class
Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
Constructors
-
DebuggerPausedEvent(Map<
String, dynamic> json)
Properties
- asyncStackTrace → StackTrace?
-
Async stack trace, if any.
no setter
- data → Object?
-
Object containing break-specific auxiliary properties.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hitBreakpoints
→ List<
String> ? -
Hit breakpoints IDs (optional).
no setter
-
json
→ Map<
String, dynamic> -
finalinherited
- method → String
-
finalinherited
-
params
→ Map<
String, dynamic> ? -
finalinherited
- reason → String
-
Pause reason.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCallFrames(
) → List< WipCallFrame> - Call stack the virtual machine stopped on.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited