VS Code API
    Preparing search index...

    Class FunctionBreakpoint

    A breakpoint specified by a function name.

    Hierarchy (View Summary)

    Index

    Constructors

    • Create a new function breakpoint.

      Parameters

      • functionName: string
      • Optionalenabled: boolean
      • Optionalcondition: string
      • OptionalhitCondition: string
      • OptionallogMessage: string

      Returns FunctionBreakpoint

    Properties

    condition?: string

    An optional expression for conditional breakpoints.

    enabled: boolean

    Is breakpoint enabled.

    functionName: string

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

    hitCondition?: string

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

    id: string

    The unique ID of the breakpoint.

    logMessage?: string

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