A Debugger formatter for generating unstyled plain text output. Provides backwards compatible output with the historical output of `Debugger.exportVar()` @internal
Inherited | Abstract | Final | Static | Datatype | Header |
---|---|---|---|---|---|
string | string exportSpecial(DSpecialErrorNode node, size_t indentLevel) | ||||
string | string exportArray(DArrayErrorNode node, size_t indentLevel) | ||||
string | string exportClass(DClassErrorNode node, size_t indentLevel) | ||||
string | string exportScalar(DScalarErrorNode node, size_t indentLevel) | ||||
string | string exportProperty(DPropertyErrorNode node, size_t indentLevel) | ||||
string | string exportReference(DReferenceErrorNode node, size_t indentLevel) | ||||
string | string formatWrapper(string content, Json[string] location) | ||||
string | string dump(IErrorNode node) |