Type Alias EditorBreakpoint

type EditorBreakpoint = {
    qbufferName?: string;
    qEnabled?: boolean;
    qlineIx?: number;
}
Index

Properties

qbufferName?: string

Name of the breakpoint.

qEnabled?: boolean

If set to true then the breakpoint is enabled (in use).

qlineIx?: number

Line number in the script where the breakpoint is set.