Breakpoint

open class Breakpoint(source)

The base class of all breakpoint types.

Online Documentation

Inheritors

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

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