staticrun(debugSession:Class<DebugSession>):Void
new(?obsolete_debuggerLinesAndColumnsStartAt1:Bool, ?obsolete_isServer:Bool)
setDebuggerColumnsStartAt1(enable:Bool):Void
setDebuggerLinesStartAt1(enable:Bool):Void
setDebuggerPathFormat(format:String):Void
setRunAsServer(enable:Bool):Void
shutdown():Void
read onlyonDidSendMessage:Event0<DebugProtocolMessage>
vscode.DebugAdapter methods
dispose():Any
handleMessage(message:ProtocolMessage):Void
sendEvent<T>(event:Event<T>):Void
sendRequest<T>(command:String, args:Dynamic, timeout:Float, cb:(response:Response<T>) ‑> Void):Void
sendResponse<T>(response:Response<T>):Void