emacs.rst
changeset 585 c7b268051d29
parent 528 8d0e582bca90
child 637 fc4f97c313ef
equal deleted inserted replaced
584:f22a63473219 585:c7b268051d29
    42 
    42 
    43 When your ini has a bug, or when you load external files that cause
    43 When your ini has a bug, or when you load external files that cause
    44 errors, the bug is often hard to find, because the Emacs Lisp reader does not
    44 errors, the bug is often hard to find, because the Emacs Lisp reader does not
    45 know about line numbers and files - it just knows an error happened, and
    45 know about line numbers and files - it just knows an error happened, and
    46 that's it.
    46 that's it.
       
    47 
       
    48 Try run Emacs with '--debug-init' to see backtrace.
    47 
    49 
    48 ** How debug long running command?
    50 ** How debug long running command?
    49 
    51 
    50 M-x debug-on-quit RET' and then just hit `C-g' next time it gets 'stuck' somewhere.
    52 M-x debug-on-quit RET' and then just hit `C-g' next time it gets 'stuck' somewhere.
    51 
    53