Yomguithereal / baobab

JavaScript & TypeScript persistent and optionally immutable data tree with cursors.
MIT License
3.15k stars 117 forks source link

Debugger or something to see Baobab fired change events #389

Closed bogusfocused closed 8 years ago

bogusfocused commented 9 years ago

I would like to see the events fired and number of listener received. This can help in performance audit. Is there any tool that can help it?

SaphuA commented 9 years ago

I don't think there's anything available but it should be fairly easy to utilize Events and build something yourself.

Yomguithereal commented 9 years ago

@rohitlodha: actually, Baobab event emitting is handled by the emmett library. You have ways to listen to every events fired and retrieve the listeners etc.

Yomguithereal commented 9 years ago

@rohitlodha, any update on this? Does it work for you?