omni-trace icon indicating copy to clipboard operation
omni-trace copied to clipboard

Look at re-frame-debux

Open mike-thompson-day8 opened this issue 3 years ago • 2 comments

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.

mike-thompson-day8 avatar Jun 11 '22 13:06 mike-thompson-day8

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?

Cyrik avatar Jul 28 '22 16:07 Cyrik

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).

mike-thompson-day8 avatar Jul 29 '22 04:07 mike-thompson-day8