FunctionBreakpoint class

A breakpoint specified by a function name.

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

Constructors

FunctionBreakpoint(String functionName, [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
functionName String

Available on FunctionBreakpoint, provided by the FunctionBreakpoint$Typings extension

The name of the function to which this breakpoint is attached.
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
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