A Debug Adapter Tracker is a means to track the communication between the editor and a Debug Adapter.
Fields
optionalonWillReceiveMessage:Null<(message:Any) ‑> Void>
The debug adapter is about to receive a Debug Adapter Protocol message from the editor.
optionalonExit:Null<(code:Int, signal:String) ‑> Void>
The debug adapter has exited with the given exit code or signal.
optionalonDidSendMessage:Null<(message:Any) ‑> Void>
The debug adapter has sent a Debug Adapter Protocol message to the editor.