Updownquark / ObServe

Powerful observable application utilities
MIT License
1 stars 2 forks source link

Observable Debugger #3

Closed Updownquark closed 8 years ago

Updownquark commented 9 years ago

These things are freakin' hard to debug, since the wiring is laid in the part where the logic's obvious and then executed in a very obscure way.

I need a debugger that would allow me to:

This is a continuation of MUIS #63

Updownquark commented 8 years ago

Ever since I got rid of so many anonymous observable classes in the observables (e.g. ObservableCollection.map now returns an instance of MappedObservableCollection with discernible fields instead of an anonymous class instance), debugging observables has become much easier, to the point that I'm not sure a dedicated debugger is needed anymore. I think I'll close this and reopen it if I change my mind later.