DebugAdapterExecutable class
Represents a debug adapter executable and optional arguments and runtime options passed to it.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
-
DebugAdapterExecutable(String command, [List<
String> ? args, DebugAdapterExecutableOptions? options]) -
factory
Properties
-
args
→ List<
String> -
Available on DebugAdapterExecutable, provided by the DebugAdapterExecutable$Typings extension
The arguments passed to the debug adapter executable. Defaults to an empty array.no setter - command → String
-
Available on DebugAdapterExecutable, provided by the DebugAdapterExecutable$Typings extension
The command or path of the debug adapter executable. A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable. The special value 'node' will be mapped to the editor's built-in Node.js runtime.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- options → DebugAdapterExecutableOptions
-
Available on DebugAdapterExecutable, provided by the DebugAdapterExecutable$Typings extension
Optional options to be used when the debug adapter is started. Defaults to undefined.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