Theia API Documentation v1.65.0
    Preparing search index...

    A breakpoint specified by a source location.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    condition?: string

    An optional expression for conditional breakpoints.

    enabled: boolean

    Is breakpoint enabled.

    hitCondition?: string

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

    location: Location

    The source and line position of this breakpoint.

    logMessage?: string

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

    Accessors