A debugging aid that reformats obfuscated output into readable, multi-line code.
WriteFormats_KeepIndent — adds tab indentation to code blocks for better readability.
WriteFormats_LineNumbers — appends the original line number at the end of each statement, making it easier to trace back to the source.
This feature is automatically disabled when the
Compressor is enabled.