Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DebugSession

A debug session.

Hierarchy

  • DebugSession

Index

Properties

Methods

Properties

Readonly configuration

configuration: DebugConfiguration

The "resolved" debug configuration of this session.

Readonly id

id: string

The unique ID of this debug session.

Readonly name

name: string

The debug session's name from the debug configuration.

Readonly type

type: string

The debug session's type from the debug configuration.

Methods

customRequest

  • customRequest(command: string, args?: any): PromiseLike<any>