SourceBreakpoint

A breakpoint specified by a source location.

Online Documentation

Constructors

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

Create a new breakpoint for a source location.

Properties

Link copied to clipboard

An optional expression for conditional breakpoints.

Link copied to clipboard

Is breakpoint enabled.

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

The source and line position of this 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.