2.2.4.2 Edebug Mode Context Menu

When debugging Elisp using Edebug, the following context menu offering its many commands is shown.

images/anju-context-menu-edebug

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).