Stepping into step
· One min read
We're exploring various single-process examples of stepping to inform our design decisions in the Erlang debugger. We discuss cases like stepping over function calls, handling closures, recursion, and tail recursion, highlighting the importance of stack frame awareness.
TBD