When debugging Elisp using Edebug, the following context menu offering its many commands is shown.
For users new to Edebug, it is helpful to understand that code execution is sexp-based as opposed to line/function-based in other IDEs.
To better understand Edebug’s command set, a close reading of its manual is recommended (elisp#Edebug).