Node:Debugging, Next:Conclusion, Previous:Emacs Initialization, Up:Top
GNU Emacs has two debuggers, debug
and edebug
. The
first is built into the internals of Emacs and is always with you;
the second requires that you instrument a function before you can use it.
Both debuggers are described extensively in Debugging. In this chapter, I will walk through a short example of each.