equal
deleted
inserted
replaced
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 |