FunctionBreakpoint

A breakpoint specified by a function name.

Online Documentation

Constructors

Link copied to clipboard
constructor(functionName: String, enabled: Boolean = definedExternally, condition: String = definedExternally, hitCondition: String = definedExternally, logMessage: String = definedExternally)

Create a new function breakpoint.

Properties

Link copied to clipboard

An optional expression for conditional breakpoints.

Link copied to clipboard

Is breakpoint enabled.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val id: String

The unique ID of the breakpoint.

Link copied to clipboard

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