Represents a debug adapter running as a socket based server.
new(port:Int, ?host:String)
Create a description for a debug adapter running as a socket based server.
read onlyhost:Null<String>
The host.
read onlyport:Int
The port.