DebugAdapter class
A debug adapter that implements the Debug Adapter Protocol can be registered with the editor if it implements the DebugAdapter interface.
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
DebugAdapter({Event<
DebugProtocolMessage> ? onDidSendMessage, void handleMessage(DebugProtocolMessage)?}) -
factory
Properties
- handleMessage ↔ void Function(DebugProtocolMessage)
-
Available on DebugAdapter, provided by the DebugAdapter$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
-
onDidSendMessage
→ Event<
DebugProtocolMessage> -
Available on DebugAdapter, provided by the DebugAdapter$Typings extension
An event which fires after the debug adapter has sent a Debug Adapter Protocol message to the editor. Messages can be requests, responses, or events.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → dynamic -
Available on Disposable, provided by the Disposable$Typings extension
Dispose this object. -
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