mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
; Fix last change.
This commit is contained in:
parent
ba924be452
commit
8970cdd009
@ -591,9 +591,9 @@ are debugging did not (yet) happen. Here are some useful techniques for that:
|
|||||||
overlay string, it pushes on the iterator stack the state variables
|
overlay string, it pushes on the iterator stack the state variables
|
||||||
describing its iteration of buffer text, then reinitializes the iterator
|
describing its iteration of buffer text, then reinitializes the iterator
|
||||||
object for processing the property or overlay. The it->sp ("stack
|
object for processing the property or overlay. The it->sp ("stack
|
||||||
pointer") member, if it is greater than zero, means the iterators stack was
|
pointer") member, if it is greater than zero, means the iterator's stack
|
||||||
pushed at least once. You can therefore condition your breakpoints on the
|
was pushed at least once. You can therefore condition your breakpoints on
|
||||||
value of it->sp being positive or being of a certain positive value, to
|
the value of it->sp being positive or being of a certain positive value, to
|
||||||
debug display problems that happen only with display properties or
|
debug display problems that happen only with display properties or
|
||||||
overlays.
|
overlays.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user