Debugging in Emacs

EDebug

Video by Dmitry M:

Key notes:

Using edebug in Emacs to troubleshoot a problem with the org-noter package.

Some of the keyboard shortcuts I used:

  • C-u C-M-x to instrument a function so that edebugger can be used.
  • Space or c to step through the code
  • H- or =M-x edebug-goto-here to run to cursor