# HG changeset patch # User Oleksandr Gavenko # Date 1336904195 -10800 # Node ID 3860a2e28d4dd5a6e2186eaf337f7517b35ddbb4 # Parent ab52261d10230289d8ecdce6fb04386bfcb52054 How to print a trace. diff -r ab52261d1023 -r 3860a2e28d4d emacs.rst --- a/emacs.rst Sat May 12 16:43:18 2012 +0300 +++ b/emacs.rst Sun May 13 13:16:35 2012 +0300 @@ -84,6 +84,10 @@ When next time that function called automatically loaded debug-mode. +You can use ``(debug)`` in your function to automatically enter to debugger. + +You can use ``(backtrace)`` to print a trace of Lisp function. + How debug ini file? -------------------