Skip to content

Better Debug support for Bevy ECS #1130

Closed
@alice-i-cecile

Description

@alice-i-cecile

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ECSEntities, components, systems, and eventsC-Code-QualityA section of code that is hard to understand or changeC-FeatureA new feature, making something new possibleC-UsabilityA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with Bevy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions