Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DebugWatchManager

Hierarchy

  • DebugWatchManager

Index

Constructors

constructor

Properties

Protected Readonly _watchExpressions

_watchExpressions: Map<number, string> = ...

Protected idSequence

idSequence: number = 0

Readonly onDidChange

onDidChange: Event<void> = ...

Protected Readonly onDidChangeEmitter

onDidChangeEmitter: Emitter<void> = ...

Protected Readonly storage

storage: StorageService

Accessors

Protected storageKey

  • get storageKey(): string

watchExpressions

  • get watchExpressions(): IterableIterator<[number, string]>

Methods

addWatchExpression

  • addWatchExpression(expression: string): number

load

  • load(): Promise<void>

removeWatchExpression

  • removeWatchExpression(id: number): boolean

removeWatchExpressions

  • removeWatchExpressions(): void

Protected restoreState

save

  • save(): void

Protected storeState