Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 664 Bytes

debugging_in_emacs.org

File metadata and controls

24 lines (17 loc) · 664 Bytes

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