The source and editor manager for a debugger instance.

Hierarchy

  • DebuggerSources
    • Sources

Constructors

Methods

Constructors

  • Create a new DebuggerSources instance.

    Parameters

    • options: IOptions

      The instantiation options for a DebuggerSources instance.

    Returns Sources

Methods

  • Returns an array of editors for a source matching the current debug session by iterating through all the widgets in each of the supported debugger types (i.e., consoles, files, notebooks).

    Parameters

    • params: FindParams

      The editor search parameters.

    Returns IDebugger.ISources.IEditor[]

  • Open a read-only editor in the main area.

    Parameters

    Returns void

Generated using TypeDoc