Options
All
  • Public
  • Public/Protected
  • All
Menu

The base class of all breakpoint types.

Hierarchy

Index

Properties

Readonly id

id: string

The unique ID of the breakpoint.

Readonly enabled

enabled: boolean

Is breakpoint enabled.

Optional Readonly condition

condition: string

An optional expression for conditional breakpoints.

Optional Readonly hitCondition

hitCondition: string

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

Optional Readonly logMessage

logMessage: string

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

Generated using TypeDoc