Interface Debug

Type that can output a developer readable debug string. Debug implementations may use [[Output.settings]] to tailor the format of their debug strings. For example, debug strings may be stylized when [[OutputSettings.isStyled]] returns true.

Hierarchy

  • Debug

Implemented by

Methods

Methods

  • Writes a developer readable, debug-formatted string representation of this object to output.

    Type Parameters

    • T

    Parameters

    Returns Output<T>

    the continuation of the output.

    Throws

    [[OutputException]] if the output exits the cont state before the full debug string has been written.

Generated using TypeDoc