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-xto instrument a function so that edebugger can be used.Spaceorcto step through the codeH- or =M-x edebug-goto-hereto run to cursor