StartDebuggingRequestArguments class
Arguments for startDebugging
request.
- Inheritance
-
- Object
- RequestArguments
- StartDebuggingRequestArguments
Constructors
-
StartDebuggingRequestArguments({required Map<
String, Object?> configuration, required String request}) -
StartDebuggingRequestArguments.fromMap(Map<
String, Object?> obj)
Properties
-
configuration
→ Map<
String, Object?> -
Arguments passed to the new debug session. The arguments must only contain
properties understood by the
launch
orattach
requests of the debug adapter and they must not contain any client-specific properties (e.g.type
) or client-specific features (e.g. substitutable 'variables').final - hashCode → int
-
The hash code for this object.
no setterinherited
- request → String
-
Indicates whether the new debug session should be started with a
launch
orattach
request.final - 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