▲ | agos 8 days ago | |
I don't think inspecting this is easier than adding |> IO.inspect() to a pipe chain | ||
▲ | harg 7 days ago | parent | next [-] | |
Or putting `|> dbg()` at the end and let it print the value at every step of the chain | ||
▲ | wraptile 7 days ago | parent | prev [-] | |
modifying code just to attach a breakpoint is kinda silly in this day and age. |