YohDeadfall / Kinetic

A lightweight implementation of the Reactive framework.
MIT License
14 stars 1 forks source link

Improve debugging experience for LINQ #12

Open YohDeadfall opened 2 years ago

YohDeadfall commented 2 years ago

While state machines are chained genetics, and it's possible to see what an observer is doing, it would be much better to provide information on more friendlier way. For example, an observer's ToString would provide only the base type name, input and output types. Anything else can be displayed using the debugger display attributes.

YohDeadfall commented 2 months ago

148 provides a ground for custom debug views for stacked state machines.