derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
761 stars 39 forks source link

add buffer size to state output in debugger #5

Closed derkork closed 1 year ago

derkork commented 1 year ago

when the debugger runs for a long time it slows down the game as it endlessly adds text to the output. it should have some configurable buffer size, e.g 300 lines and automatically clear the oldest lines.