debugging in elisp

debugging in elisp

December 30, 2023 | seedling, permanent

tags :

Summary #

debugging elisp is little different than Python

Debugging a function #

  1. edebug-defun
  2. trigger the function
  3. In debugging mode
    1. ? to check the options available
    2. spc to step forward
    3. e evaluate a variable
    4. q quite

Debugging on error #

Call this function, toogle-debug-on-error , to trigger debugger when error occurs.


No notes link to this note

Go to random page

Previous Next