SetExceptionBreakpointsArguments class
Arguments for setExceptionBreakpoints
request.
- Inheritance
-
- Object
- RequestArguments
- SetExceptionBreakpointsArguments
Constructors
-
SetExceptionBreakpointsArguments({List<
ExceptionOptions> ? exceptionOptions, List<ExceptionFilterOptions> ? filterOptions, required List<String> filters}) -
SetExceptionBreakpointsArguments.fromMap(Map<
String, Object?> obj)
Properties
-
exceptionOptions
→ List<
ExceptionOptions> ? -
Configuration options for selected exceptions.
The attribute is only honored by a debug adapter if the corresponding
capability
supportsExceptionOptions
is true.final -
filterOptions
→ List<
ExceptionFilterOptions> ? -
Set of exception filters and their options. The set of all possible
exception filters is defined by the
exceptionBreakpointFilters
capability. This attribute is only honored by a debug adapter if the corresponding capabilitysupportsExceptionFilterOptions
is true. Thefilter
andfilterOptions
sets are additive.final -
filters
→ List<
String> -
Set of exception filters specified by their ID. The set of all possible
exception filters is defined by the
exceptionBreakpointFilters
capability. Thefilter
andfilterOptions
sets are additive.final - 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
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited