diff options
| author | Lars Ingebrigtsen | 2019-10-20 13:40:03 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-20 13:40:03 +0200 |
| commit | 23b30327020c3f59691fbb20f061691c7bb15bdd (patch) | |
| tree | a101fcbc8d57a6ed85205c97a7fc968bc2b1d6e1 /etc | |
| parent | a4e7c15484a9330fb9e1a1b425fcf1b37bad04e1 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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' | ||
| 1467 | To 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 |
| 1467 | previously-set breakpoints. If the code has changed substantially, | 1472 | previously-set breakpoints. If the code has changed substantially, |