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 /doc | |
| 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 'doc')
| -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. | |||
| 503 | Unset the breakpoint (if any) at the stop point at or after | 503 | Unset the breakpoint (if any) at the stop point at or after |
| 504 | point (@code{edebug-unset-breakpoint}). | 504 | point (@code{edebug-unset-breakpoint}). |
| 505 | 505 | ||
| 506 | @item U | ||
| 507 | Unset any breakpoints in the current form | ||
| 508 | (@code{edebug-unset-breakpoints}). | ||
| 509 | |||
| 506 | @item x @var{condition} @key{RET} | 510 | @item x @var{condition} @key{RET} |
| 507 | Set a conditional breakpoint which stops the program only if | 511 | Set a conditional breakpoint which stops the program only if |
| 508 | evaluating @var{condition} produces a non-@code{nil} value | 512 | evaluating @var{condition} produces a non-@code{nil} value |