Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SourceBreakpoint

A breakpoint specified by a source location.

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new SourceBreakpoint(location: Location, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string): SourceBreakpoint

Properties

Optional condition

condition: string

An optional expression for conditional breakpoints.

enabled

enabled: boolean

Is breakpoint enabled.

Optional hitCondition

hitCondition: string

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

location

location: Location

The source and line position of this breakpoint.

Optional logMessage

logMessage: string

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

Accessors

id

  • get id(): string