A utility to find text editors used by the debugger.

interface ISources {
    find(params): IDebugger.ISources.IEditor[];
    open(params): void;
}

Methods

Methods