Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug tree history #311

Open
bitbrain opened this issue Feb 16, 2024 · 0 comments
Open

Debug tree history #311

bitbrain opened this issue Feb 16, 2024 · 0 comments
Labels
🔨 debugger Issues related to the debugger. 🍯 feature A new addition to this addon.

Comments

@bitbrain
Copy link
Owner

It can be rather annoying to debug issues with the behaviour tree, unless one knows exactly the place in the tree that causes the issue so one can set a breakpoint there. To discover why something does not behave how it should, it would be nice to have a 'time slider' to go 'back in time' e.g. 100 ticks so one can see what the state was in the tree.

This could be implemented by storing the last state of the debug tree in the linked list.

@bitbrain bitbrain added the 🍯 feature A new addition to this addon. label Feb 16, 2024
@bitbrain bitbrain added the 🔨 debugger Issues related to the debugger. label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 debugger Issues related to the debugger. 🍯 feature A new addition to this addon.
Projects
None yet
Development

No branches or pull requests

1 participant