DebugAdapterTracker
A Debug Adapter Tracker is a means to track the communication between the editor and a Debug Adapter.
Properties
Link copied to clipboard
abstract var onDidSendMessage: (@R|kotlin/ParameterName|(name = String(message)) ERROR CLASS: Symbol not found for JsAny??) -> Unit?
The debug adapter has sent a Debug Adapter Protocol message to the editor.
Link copied to clipboard
abstract var onWillReceiveMessage: (@R|kotlin/ParameterName|(name = String(message)) ERROR CLASS: Symbol not found for JsAny??) -> Unit?
The debug adapter is about to receive a Debug Adapter Protocol message from the editor.
Link copied to clipboard
A session with the debug adapter is about to be started.
Link copied to clipboard
The debug adapter session is about to be stopped.