Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugSession

A debug session.

Hierarchy

  • DebugSession

Index

Properties

Methods

Properties

id

id: string

The unique ID of this debug session.

name

name: string

The debug session's name from the debug configuration.

type

type: string

The debug session's type from the debug configuration.

Methods

customRequest

  • customRequest(command: string, args?: any): PromiseLike<any>
  • Send a custom request to the debug adapter.

    Parameters

    • command: string
    • Optional args: any

    Returns PromiseLike<any>