Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugAdapter

A debug adapter that implements the Debug Adapter Protocol can be registered with the editor if it implements the DebugAdapter interface.

层级

索引

Methods(2)

Properties(1)

Methods(2)

dispose

  • dispose(): any

handleMessage

  • Handle a Debug Adapter Protocol message. Messages can be requests, responses, or events. Results or errors are returned via onSendMessage events.

    Parameters

    Returns void

Properties(1)

Readonly onDidSendMessage

onDidSendMessage: Event<DebugProtocolMessage>

An event which fires after the debug adapter has sent a Debug Adapter Protocol message to the editor. Messages can be requests, responses, or events.

VS Code 插件开发中文文档 | VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc | 站长统计