aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-10-20 13:40:03 +0200
committerLars Ingebrigtsen2019-10-20 13:40:03 +0200
commit23b30327020c3f59691fbb20f061691c7bb15bdd (patch)
treea101fcbc8d57a6ed85205c97a7fc968bc2b1d6e1 /etc
parenta4e7c15484a9330fb9e1a1b425fcf1b37bad04e1 (diff)
downloademacs-23b30327020c3f59691fbb20f061691c7bb15bdd.tar.gz
emacs-23b30327020c3f59691fbb20f061691c7bb15bdd.zip
New command to clear all breakpoints in a function
* doc/lispref/edebug.texi (Breakpoints): Mention it. * lisp/emacs-lisp/edebug.el (edebug-unset-breakpoints): New command and keystroke.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b8c2c5a329c..aec27b93613 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1462,6 +1462,11 @@ the Elisp manual for documentation of the new mode and its commands.
1462 1462
1463** Edebug 1463** Edebug
1464 1464
1465+++
1466*** New command 'edebug-unset-breakpoints'
1467To clear all breakpoints in the current form, the 'U' command in
1468'edebug-mode', or 'M-x edebug-unset-breakpoints' can be used.
1469
1465--- 1470---
1466*** Re-instrumenting a function with Edebug will now try to preserve 1471*** Re-instrumenting a function with Edebug will now try to preserve
1467previously-set breakpoints. If the code has changed substantially, 1472previously-set breakpoints. If the code has changed substantially,