Overview of Dumpify features
mainDumpify is a debugging and visualization tool for .NET console applications. Its features are categorized into three main areas:
Display Features
- Labels: Add descriptive headers to output.
- Table Formatting: Configure borders, headers, and alignment.
- Color Themes: Customize colors for all value types.
- Type Names: Control how type names are displayed.
Data Control
- Member Filtering: Control which properties, fields, or private members are displayed.
- Circular References: Safe handling of recursive/circular object structures.
- Collections: Specialized rendering for arrays, lists, and dictionaries.
- Depth Limiting: Prevent excessive nesting in complex objects.
Extensibility
- Custom Type Handlers: Define custom rendering logic for specific types.
- Output Targets: Support for Console, Debug, Trace, or custom outputs.
- Custom Renderers: Ability to implement your own rendering engine.