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

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

bug#23468: Feature request: highlight Edebug breakpoints


From: Lars Ingebrigtsen
Subject: bug#23468: Feature request: highlight Edebug breakpoints
Date: Sun, 20 Oct 2019 19:18:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> As for a fringe indication -- there may be a bunch of breakpoints.  Do
>> we want to have something in the fringe for all of them?
>
> GUD puts a bitmap on the fringe for each breakpoint, yes.

Hm.  This is all pretty new to me...  but...
overlay-arrow-variable-list is a list of variables, each of which can
have one single position.

So to have more than a single fringe indication, we'd have to generate
one variable per breakpoint?

And you can't just put the positions into the list, either:

(setq overlay-arrow-variable-list
      (list (set-marker (make-marker) (point-min))
            (set-marker (make-marker) 100)))

Am I missing something, or does this mechanism just not support an
arbitrary number of fringe indicators?  (Well, without generating
variables dynamically, which I'm guessing we don't want to.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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