emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to set debug-on-error permanently?


From: Alex Schroeder
Subject: Re: how to set debug-on-error permanently?
Date: Thu, 19 Dec 2002 19:39:22 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i686-pc-linux-gnu)

Ami Fischman <address@hidden> writes:

> While debugging elisp code, I frequently M-x toggle-debug-on-error before
> running my code.  However, it seems that the debug-on-error flag gets
> toggled back as soon as the first error happens.  This means I need to
> toggle it before each run that follows an unsuccessful run.  Is there some
> way to set the flag permanently in a session?

I think you are running into something else: While debugging,
additional errors do not call the debugger anymore.  Solution:  Switch
to the *Backtrace* buffer and hit q.

Alex.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]