Debugging basics

preview_player
Показать описание
Edebug, instrumenting and stepping and breakpoints. Also macroexpand and how it helps with debugging.
Рекомендации по теме
Комментарии
Автор

Nice video, I picked up some new tricks... I like how you've synchronized your typing with a drummer in the background for effect. :-)

jonEbird
Автор

thanks for the fantastic (& short!) video on this topic. this has been a source of frustration for me in getting into emacs lisp.

DavidConnerCodeaholic
Автор

Very nice video! Like Jon Miller said, could've used a high-pass filter on the audio ;)

MitchGalgz
Автор

Saved me on my school project. Thanks :).

GagePeterson
Автор

I have a question. In documentation note of eval-defun is line ":override advice: ‘edebug-eval-defun’". What does it mean? Should we now using edebug-eval-defun in place of eval-defun?

kamilziemian