Skip to content

enhance debugging #5

Description

@monok-robeto

Improving Panic Diagnostics

Currently, when a panic occurs, the log messages are often too generic. They describe the situation where the error happened, but they don't provide enough context for the client code to understand exactly which components or systems are conflicting.

To make debugging more effective, we need a better way to track what causes these crashes.

Proposed Improvements

We should implement a default trait to capture more metadata during a panic. This would allow us to:

  • Retrieve the names of the specific components involved.
  • Identify the systems currently in play.
  • Pinpoint exactly which elements are clashing when the error occurs.

By surfacing this information, we can move away from vague error reports and start debugging these collisions with much higher precision.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    • Status
      Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions