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

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

bug#12685: 24.2; lexical binding breaks edebug conditional breakpoints


From: Stefan Monnier
Subject: bug#12685: 24.2; lexical binding breaks edebug conditional breakpoints
Date: Tue, 23 Oct 2012 14:27:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> I was asking if you knew of a good place to hook into (just in my own
> private Emacs config), so that I don't have to do this manually every
> time I want to run edebug?

You might try to add an around-advice on edebug-eval-defun (and maybe
edebug-eval-top-level-form if you use it).

> I'm well aware that this means whatever behaviour I see under edebug
> could be different from the real behaviour.  Given how rarely
> dynamical-binding differs from lexical-binding in practice, it's still a
> useful work-around for me, until edebug is fixed.

You're not addicted to closures like I am, I guess,


        Stefan





reply via email to

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