Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the debug console.

层级

  • DebugConsole

索引

Methods(2)

Methods(2)

append

  • append(value: string): void
  • Append the given value to the debug console.

    Parameters

    • value: string

      A string, falsy values will not be printed.

    Returns void

appendLine

  • appendLine(value: string): void
  • Append the given value and a line feed character to the debug console.

    Parameters

    • value: string

      A string, falsy values will be printed.

    Returns void

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

Generated by TypeDoc. Maintained by 洛竹