beehave icon indicating copy to clipboard operation
beehave copied to clipboard

Debug tree history

Open bitbrain opened this issue 4 months ago • 0 comments

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 avatar Feb 16 '24 20:02 bitbrain