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

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

[debbugs-tracker] bug#21365: closed (Edebug always stops when execution


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21365: closed (Edebug always stops when execution enters an instrumented function)
Date: Tue, 22 Sep 2015 12:57:03 +0000

Your message dated 22 Sep 2015 12:56:48 -0000
with message-id <address@hidden>
and subject line Re: bug#21365: Edebug always stops when execution enters an 
instrumented       function
has caused the debbugs.gnu.org bug report #21365,
regarding Edebug always stops when execution enters an instrumented function
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
21365: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21365
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Edebug always stops when execution enters an instrumented function Date: Thu, 27 Aug 2015 22:03:12 +0200
This more of a feature request: make edebug stop when entering such a function _optionally_.

Usecase: I want to debug certain function, but only when it takes specific execution route. I instrument the function, set a breakpoint where I want to debug it. But in addition to the breakpoint, edebug also pauses each time the function is entered and I see no way to disable it.

In some cases this is a mere annoyance, in others it makes debugging impossible. For example, currently I want to debug 'auto-revert-handler' which somehow reverts buffer where both Auto Revert and Auto Revert Tail modes are disabled. However, I can never make Edebug stop on

    (message "Reverting buffer `%s'." (buffer-name)))

line (though I see it _is_ executed, if only from the *Messages* buffer).  It always stops at the beginning of the function instead.

Paul


--- End Message ---
--- Begin Message --- Subject: Re: bug#21365: Edebug always stops when execution enters an instrumented function Date: 22 Sep 2015 12:56:48 -0000 User-agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (FreeBSD/10.1-RELEASE-p16 (amd64))
> This more of a feature request: make edebug stop when entering such a
> function _optionally_.

Fixed by amending the documentation in edebug.texi in master.

-- 
Alan Mackenzie (Nuremberg, Germany).



--- End Message ---

reply via email to

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