Options
All
  • Public
  • Public/Protected
  • All
Menu

The base class of all breakpoint types.

Hierarchy

Index

Constructors

  • new Breakpoint(enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string, id?: string): Breakpoint

Properties

_id: undefined | string
condition?: string

An optional expression for conditional breakpoints.

enabled: boolean

Is breakpoint enabled.

hitCondition?: string

An optional expression that controls how many hits of the breakpoint are ignored.

logMessage?: string

An optional message that gets logged when this breakpoint is hit. Embedded expressions within {} are interpolated by the debug adapter.

Accessors

  • get id(): string