@minecraft/debug-utilities
    Preparing search index...

    Class DiagnosticsManagerBeta

    Manages data, display tabs and views used by the Minecraft Bedrock Debugger VS Code extension for live diagnostics.

    Index

    Properties

    The list of currently registered diagnostic tabs (constrained to this pack).

    Methods

    • Beta

      Parameters

      • tab: DiagnosticsTab

        The DiagnosticsTab instance to add to the display.

      Returns void

      Adds an existing DiagnosticsTab instance to the live diagnostics display in the debugger

    • Beta

      Parameters

      Returns boolean

      Returns whether the given tab is currently registered and used in the live diagnostics display.

    • Beta

      Parameters

      Returns boolean

      Returns whether the given view is currently registered and used by any tab in the live diagnostics display.

    • Beta

      Parameters

      • tabName: string

        The name of the tab for creation and display.

      Returns DiagnosticsTab

      Creates a new DiagnosticsTab and adds it to the live diagnostics display in the debugger

      This function can throw errors.

      DiagnosticsError

    • Beta

      Parameters

      Returns void

      Removes a previously registered tab from the live diagnostics display in the debugger