omni-trace
omni-trace copied to clipboard
Look at re-frame-debux
If you haven't seen it already, you might find re-frame-debux an interesting source of ideas:
https://github.com/day8/re-frame-debux/blob/master/README.md#installation
For one thing, it has good tests.
We also extended debux to better cover certain of the threading macros, although I think our approach was later re-integrate into debux, not sure.
You can also see a UI (screenshot) we invented/implemented for looking at code and traces together.
Thank you. I was aware of it and looked at it when I was trying to extend debux but I never got the debux tracing part of it to work. Are you aware if that bit is supposed to work right now?
I was aware of it and looked at it when I was trying to extend debux but I never got the debux tracing part of it to work.
The tracing part of re-frame-10x seems to work reasonably well (subject to limitations like not handling loop and recur very well).