emacs.rst
changeset 1274 3860a2e28d4d
parent 1266 ff1f781e38d3
child 1334 9bf0d5a1f0cf
equal deleted inserted replaced
1273:ab52261d1023 1274:3860a2e28d4d
    81 
    81 
    82 Use M-x debug-on-entry and M-x cancel-debug-on-entry to control
    82 Use M-x debug-on-entry and M-x cancel-debug-on-entry to control
    83 which functions will enter the debugger when called.
    83 which functions will enter the debugger when called.
    84 
    84 
    85 When next time that function called automatically loaded debug-mode.
    85 When next time that function called automatically loaded debug-mode.
       
    86 
       
    87 You can use ``(debug)`` in your function to automatically enter to debugger.
       
    88 
       
    89 You can use ``(backtrace)`` to print a trace of Lisp function.
    86 
    90 
    87 How debug ini file?
    91 How debug ini file?
    88 -------------------
    92 -------------------
    89 
    93 
    90 When your ini has a bug, or when you load external files that cause
    94 When your ini has a bug, or when you load external files that cause