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.
Debug
true
Writes a developer readable, debug-formatted string representation of this object to output.
output
OutputException if the output exits the cont state before the full debug string has been written.
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 returnstrue
.