Options
All
  • Public
  • Public/Protected
  • All
Menu

The source and editor manager for a debugger instance.

Hierarchy

  • DebuggerSources
    • Sources

Index

Constructors

Methods

Constructors

constructor

  • new Sources(options: IOptions): Sources
  • Create a new DebuggerSources instance.

    Parameters

    • options: IOptions

      The instantiation options for a DebuggerSources instance.

    Returns Sources

Methods

find

  • 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 IEditor[]

open

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

    Parameters

    Returns void

Generated using TypeDoc