Emacs trick I've not seen before: press t in an edebug session!
This pauses for one second at every stop point, effectively stepping for you automatically.
miniblog.
Related Posts
If you're not using helpful to explore Emacs functions, you're missing out!
It's now possible to set, toggle and customise variables from within helpful! Helpful will even pull out source code of functions have been redefined by edebug!
Emacs tip: when stepping through functions with edebug, don't use SPC to execute every single expression. Use `h` to execute up to point.
Brilliant demonstration of edebug-less debugging with lispy:

