Interface for interacting with source viewer.

interface ISourceViewer {
    open(source, breakpoint?): void;
}

Methods

Methods