Closed
Description
What problem does this solve or what need does it fill?
Debugging and troubleshooting ECS problems in
Describe the solution would you like?
Derive Debug for query filters, World, App, AppBuilder etc.
Describe the alternative(s) you've considered?
Write custom wrappers every time to extract and then display the information that I care about each time that I'm debugging these parts of the core logic.
Additional context
Creating a sensible debug output for some of the larger objects (like App and World) seems challenging; a pattern for doing so in a more / less verbose fashion would be welcome.