derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
679 stars 33 forks source link

maintain/add stacktraces #95

Closed BasHamer closed 3 months ago

BasHamer commented 3 months ago

when there are a lot of nodes all using statecharts it can be difficult to figure out the origin of exceptions as your errors look like this.

image

derkork commented 3 months ago

These are errors that come from signal callbacks. So the library emits a signal which will then call attached signal handlers. These signal callbacks are handled by the engine and the stack traces they produce are beyond my control.