debugging in elisp
tags :
Summary #
debugging elisp is little different than Python
Debugging a function #
edebug-defun- trigger the function
- In debugging mode
?to check the options availablespcto step forwardeevaluate a variableqquite
Debugging on error #
Call this function, toogle-debug-on-error , to trigger debugger when error occurs.