bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5131: effect of debugger on bug 5131


From: Steve Schochet
Subject: bug#5131: effect of debugger on bug 5131
Date: Sun, 06 Dec 2009 07:39:33 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090915 SUSE/3.0b4-3.6 Thunderbird/3.0b4

I just noticed that if you do: (debug-on-entry
'reverse-all)
before calling reverse-all, and step through it in
the debugger (using the command "d")
then the second case yields the expected behavior
instead of the bug that occurs when the debugger
is not used.
However, the third case still yields a bug.

Steve





reply via email to

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