Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBreakpoint

Single breakpoint in an editor.

Hierarchy

  • Breakpoint
    • IBreakpoint

Index

Properties

Optional column

column: number

An optional start column of the actual range covered by the breakpoint.

Optional endColumn

endColumn: number

An optional end column of the actual range covered by the breakpoint. If no end line is given, then the end column is assumed to be in the start line.

Optional endLine

endLine: number

An optional end line of the actual range covered by the breakpoint.

Optional id

id: number

An optional identifier for the breakpoint. It is needed if breakpoint events are used to update or remove breakpoints.

Optional instructionReference

instructionReference: string

An optional memory reference to where the breakpoint is set.

Optional line

line: number

The start line of the actual range covered by the breakpoint.

Optional message

message: string

An optional message about the state of the breakpoint. This is shown to the user and can be used to explain why a breakpoint could not be verified.

Optional offset

offset: number

An optional offset from the instruction reference. This can be negative.

Optional source

source: Source

The source where the breakpoint is located.

verified

verified: boolean

If true breakpoint could be set (but not necessarily at the desired location).

Generated using TypeDoc