DebugAdapterServer

Represents a debug adapter running as a socket based server.

Online Documentation

Constructors

Link copied to clipboard
constructor(port: Int, host: String = definedExternally)

Create a description for a debug adapter running as a socket based server.

Properties

Link copied to clipboard
val host: String?

The host.

Link copied to clipboard
val port: Int

The port.