How to print a trace.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 13 May 2012 13:16:35 +0300
changeset 1274 3860a2e28d4d
parent 1273 ab52261d1023
child 1275 9ae4e731b1ab
How to print a trace.
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?
 -------------------