Options
All
  • Public
  • Public/Protected
  • All
Menu

The data model for the debugger service.

Hierarchy

  • IService

Index

Properties

Readonly breakpoints

breakpoints: IBreakpoints

The breakpoints UI model.

Readonly callstack

callstack: ICallstack

The callstack UI model.

Readonly sources

sources: ISources

The sources UI model.

stoppedThreads

stoppedThreads: Set<number>

The set of threads in stopped state.

title

title: string

The current debugger title.

titleChanged

titleChanged: ISignal<IService, string>

A signal emitted when the title changes.

Readonly variables

variables: IVariables

The variables UI model.

Methods

clear

  • clear(): void
  • Clear the model.

    Returns void

Generated using TypeDoc