Fork me on GitHub
#cider
<
2022-11-16
>
George05:11:49

I've been playing around with tracing, and wondering about the difference between C-c M-t v tracing and invoking the debugger, exiting with trace, which seems to show a more detailed trace

George05:11:06

for example, with regular trace, it looks like, TRACE t9036: (rich4clojure.easy.problem-090/__ #{1 3 2} #{4 5}) TRACE t9036: => #{[2 5] [3 4] [1 4] [1 5] [2 4] [3 5]}

George05:11:35

comparing that to https://docs.cider.mx/cider/_images/tracing.png it seems less detailed?

George05:11:03

maybe it's just that first example is so simple I guess

jumar19:11:23

Isn’t that because the function in the picture is recursive?

👍 1
George05:11:44

the trace I get with the regular tracing doesn't look like the trace in the CIDER docs either, maybe I'm missing something?