diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-20 13:40:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-10-20 13:40:03 +0200 |
commit | 23b30327020c3f59691fbb20f061691c7bb15bdd (patch) | |
tree | a101fcbc8d57a6ed85205c97a7fc968bc2b1d6e1 /doc/lispref/edebug.texi | |
parent | a4e7c15484a9330fb9e1a1b425fcf1b37bad04e1 (diff) | |
download | emacs-23b30327020c3f59691fbb20f061691c7bb15bdd.tar.gz |
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 'doc/lispref/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index efbba40916e..e081833e242 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -503,6 +503,10 @@ program. Unset the breakpoint (if any) at the stop point at or after point (@code{edebug-unset-breakpoint}). +@item U +Unset any breakpoints in the current form +(@code{edebug-unset-breakpoints}). + @item x @var{condition} @key{RET} Set a conditional breakpoint which stops the program only if evaluating @var{condition} produces a non-@code{nil} value |