SourceBreakpoint class

A breakpoint specified by a source location.

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SourceBreakpoint(Location location, [bool? enabled, String? condition, String? hitCondition, String? logMessage])
factory

Properties

condition String?

Available on Breakpoint, provided by the Breakpoint$Typings extension

An optional expression for conditional breakpoints.
no setter
enabled bool

Available on Breakpoint, provided by the Breakpoint$Typings extension

Is breakpoint enabled.
no setter
hashCode int
The hash code for this object.
no setterinherited
hitCondition String?

Available on Breakpoint, provided by the Breakpoint$Typings extension

An optional expression that controls how many hits of the breakpoint are ignored.
no setter
id String

Available on Breakpoint, provided by the Breakpoint$Typings extension

The unique ID of the breakpoint.
no setter
location Location

Available on SourceBreakpoint, provided by the SourceBreakpoint$Typings extension

The source and line position of this breakpoint.
no setter
logMessage String?

Available on Breakpoint, provided by the Breakpoint$Typings extension

An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.
no setter
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited