List of breakpoints in a source file.

interface IDebugInfoBreakpoints {
    breakpoints: SourceBreakpoint[];
    source: string;
}

Properties

Properties

breakpoints: SourceBreakpoint[]
source: string