day8 / re-frame-debux

A fork of debux for tracing re-frame code (for eventual consumption by re-frame-10x)
Eclipse Public License 1.0
43 stars 7 forks source link

Send Trace which marks the beginning and end of a function call #37

Open mike-thompson-day8 opened 4 years ago

mike-thompson-day8 commented 4 years ago

When we get to the point of tracing all re-frame functions, including views, and subscriptions, we'll need a way to know when a function is starting and when it is ending. So the trace can get divided up into sections.