kukeiko / entity-space

MIT License
5 stars 1 forks source link

query tracing #188

Closed kukeiko closed 1 year ago

kukeiko commented 2 years ago

What

Give users the ability to see what happens to a Query.

Why

Because the execution is so generic (and buggy), it is hard to figure out why something is not working as expected.

kukeiko commented 1 year ago

I initially wanted to close this item once we have a more sophisticated tracing - for example, have the ability to see for a given query which other query caused to spawn it.

However, the current console logging is good enough to help with understanding bugs, so I am closing this - with the intention to create a new issue once I decide to implement more complex tracing.