Options
All
  • Public
  • Public/Protected
  • All
Menu

A breakpoint specified by a function name.

层级

索引

Constructors(1)

Properties(6)

Constructors(1)

constructor

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

Properties(6)

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.

Readonly functionName

functionName: string

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

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹