Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionBreakpoint

A breakpoint specified by a function name.

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new FunctionBreakpoint(functionName: string, enabled?: boolean, condition?: string, hitCondition?: string, logMessage?: string): FunctionBreakpoint

Properties

Optional condition

condition: string

An optional expression for conditional breakpoints.

enabled

enabled: boolean

Is breakpoint enabled.

functionName

functionName: string

The name of the function to which this breakpoint is attached.

Optional hitCondition

hitCondition: string

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

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