A utility to find text editors used by the debugger.

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

Methods

Methods