]> git.eshelyaron.com Git - emacs.git/commit
Add a command to toggle an edebug breakpoint
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 21:16:04 +0000 (23:16 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 20 Oct 2019 21:46:50 +0000 (23:46 +0200)
commit78cb3791fa11c95756ee3917c63cfea774f128a2
tree033aa6db106544a772e158046bd95adf34594180
parentb6bf5327908d310fabf7012af6790c7abc2114f4
Add a command to toggle an edebug breakpoint

* doc/lispref/edebug.texi (Breakpoints): Document this.

* lisp/emacs-lisp/edebug.el (edebug-disabled-breakpoint): New face
(bug#23472).
(edebug-enabled-breakpoint): Rename.
(edebug--overlay-breakpoints): Use the new face.
(edebug-toggle-disable-breakpoint): New command and keystroke.
doc/lispref/edebug.texi
etc/NEWS
lisp/emacs-lisp/edebug.el