[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Error messages
From: |
Tassilo Horn |
Subject: |
Re: Error messages |
Date: |
Mon, 10 Sep 2007 22:31:17 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
"Anton V. Belyaev" <anton.belyaev@gmail.com> writes:
Hi Anton,
> is there any way to get to debugger instead of this message, to be
> able to fix the error?
,----[ C-h f toggle-debug-on-error RET ]
| toggle-debug-on-error is an interactive compiled Lisp function in
`menu-bar.el'.
| It is bound to <menu-bar> <options> <debug-on-error>.
| (toggle-debug-on-error &optional INTERACTIVELY)
|
| Toggle whether to enter Lisp debugger when an error is signaled.
| In an interactive call, record this option as a candidate for saving
| by "Save Options" in Custom buffers.
`----
Bye,
Tassilo