A breakpoint specified by a function name.

Constructor

new(functionName:String, ?enabled:Bool, ?condition:String, ?hitCondition:String, ?logMessage:String)

Create a new function breakpoint.

Variables

read onlyfunctionName:String

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

Inherited Variables

Defined by Breakpoint

read onlycondition:Null<String>

An optional expression for conditional breakpoints.

read onlyenabled:Bool

Is breakpoint enabled.

read onlyhitCondition:Null<String>

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

read onlyid:String

The unique ID of the breakpoint.

read onlylogMessage:Null<String>

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

Inherited Methods