Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.24 KB

codearts_plugin_.DebugAdapterServer.md

File metadata and controls

61 lines (33 loc) · 1.24 KB

@codearts/plugin / "@codearts/plugin" / DebugAdapterServer

Class: DebugAdapterServer

"@codearts/plugin".DebugAdapterServer

Represents a debug adapter running as a socket based server.

Table of contents

Constructors

Properties

Constructors

constructor

new DebugAdapterServer(port, host?)

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

Parameters

Name Type
port number
host? string

Defined in

index.d.ts:15241

Properties

host

Optional Readonly host: string

The host.

Defined in

index.d.ts:15236


port

Readonly port: number

The port.

Defined in

index.d.ts:15231