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
orc
to step through the codeH- or =M-x edebug-goto-here
to run to cursor