Options
All
  • Public
  • Public/Protected
  • All
Menu

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

层级

  • DebugAdapterExecutable

索引

Constructors(1)

Properties(3)

Constructors(1)

constructor

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

    Parameters

    • command: string

      The command or executable path that implements the debug adapter.

    • Optional args: string[]

      Optional arguments to be passed to the command or executable.

    • Optional options: DebugAdapterExecutableOptions

      Optional options to be used when starting the command or executable.

    Returns DebugAdapterExecutable

Properties(3)

Readonly command

command: string

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.

Readonly args

args: string[]

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

Optional Readonly options

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

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹