Sometimes there is data in our apps that is not easily accessible (or completely inaccessible) from fn-traced events in the Event tab.
Mostly likely however, the data is right there in the Subs tab.
Would be great to have a little repl button next to each sub so we can move that hard-to-get data object into our ClojureScript REPLs for some wrangling (or perhaps strangling).
Another nice feature of this would be the reduced need to mark up an event with fn-traced to get at certain data on occasions, I think.
Sometimes there is data in our apps that is not easily accessible (or completely inaccessible) from
fn-traced
events in the Event tab.Mostly likely however, the data is right there in the Subs tab.
Would be great to have a little
repl
button next to each sub so we can move that hard-to-get data object into our ClojureScript REPLs for some wrangling (or perhaps strangling).Another nice feature of this would be the reduced need to mark up an event with
fn-traced
to get at certain data on occasions, I think.