emacs-devel
[Top][All Lists]
Advanced

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

Re: Debugging GNU Emacs on MS Windows / getting control back to gdb


From: Eli Zaretskii
Subject: Re: Debugging GNU Emacs on MS Windows / getting control back to gdb
Date: Sun, 21 Aug 2016 21:43:07 +0300

> From: Alain Schneble <address@hidden>
> Date: Sun, 21 Aug 2016 18:38:57 +0200
> Cc: address@hidden
> 
> As an alternative, I could have put a breakpoint on a rarly called
> function such as Fredraw_display, as suggested in ./etc/DEBUG.  But
> that felt more like a workaround as well.

It's not a workaround, it's the real thing.

And even that might not be enough for a frequently called function.
Then you need to make the breakpoint conditional on some input values,
or the value of point, or whatever else can filter out hits you don't
want.



reply via email to

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