Fork me on GitHub
#hyperfiddle
<
2022-08-26
>
Dustin Getz15:08:51

async traces – can you diagnose the error?

nivekuil15:08:09

You dropped this: !

2
nivekuil15:08:47

Is this a full stack trace?

Dustin Getz15:08:55

i believe this is complete and stitches both client and server sides together to reveal the overall control flow from the programmers perspective

Dustin Getz15:08:42

also attempting to reverse macros - not sure how well we can do it but geoffrey has ideas

Geoffrey Gaillard15:08:01

Macro line numbers are off in this example. To be fixed.

Geoffrey Gaillard15:08:08

We can at least report: this form was generated by macro foo` in file.cljc:42` Where line 42 points to (defmacro foo ...)