DebugAdapterExecutable

Represents a debug adapter executable and optional arguments and runtime options passed to it.

Online Documentation

Constructors

Link copied to clipboard
constructor(command: String, args: ReadonlyArray<JsString> = definedExternally, options: DebugAdapterExecutableOptions = definedExternally)

Creates a description for a debug adapter based on an executable program.

Properties

Link copied to clipboard

The arguments passed to the debug adapter executable. Defaults to an empty array.

Link copied to clipboard

The command or path of the debug adapter executable. A command must be either an absolute path of an executable or the name of an command to be looked up via the PATH environment variable. The special value 'node' will be mapped to the editor's built-in Node.js runtime.

Link copied to clipboard

Optional options to be used when the debug adapter is started. Defaults to undefined.