summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAgeFilesLines
* (edebug--called-interactively-skip): Fix bug#71934Stefan Monnier2024-07-041-3/+2
* edebug.el: Fix `edebug-remove-instrumentation` (bug#70791)Stefan Monnier2024-05-061-0/+6
* Use a dedicated type to represent interpreted-function valuesStefan Monnier2024-04-281-1/+1
* edebug.el: Better strip instrumentation from backtracesStefan Monnier2024-03-231-70/+73
* Merge from origin/emacs-29Eli Zaretskii2024-03-231-4/+8
|\
| * Improve documentation of 'edebug-print-*' variablesEli Zaretskii2024-03-161-4/+8
* | (edebug-signal): SimplifyStefan Monnier2024-02-051-14/+15
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\|
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | * lisp/emacs-lisp/edebug.el (edebug-list-form): Don't gate so eagerlyStefan Monnier2023-09-051-3/+1
* | Output better error messages on certain edebug spec errorsAlan Mackenzie2023-09-021-4/+44
* | Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-071-74/+74
* | Don't rely on dynamic scoping to fix bug#59213Stefan Monnier2023-02-181-10/+12
* | Make edebug see unused variables when lexical-binding is non-nilAlan Mackenzie2023-02-111-10/+10
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove remaining mentions of 'eval-current-buffer'Gregory Heytings2022-12-261-3/+3
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-191-4/+2
* Remove edebug props in edebug-remove-instrumentationArthur Miller2022-09-121-0/+7
* Don't bind `s' in the normal backtrace mapLars Ingebrigtsen2022-09-091-0/+9
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-3/+0
* ; Delete not-useful comments referring to Emacs 19.Stefan Kangas2022-08-191-1/+0
* Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-031-1/+1
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-041-110/+103
* Fix edebug parsing of .,Lars Ingebrigtsen2022-06-191-1/+1
* Allow pretty-printing results from `C-x C-e' in edebugLars Ingebrigtsen2022-06-181-12/+16
* Extend 'e' in edebug to pretty-print the valuesLars Ingebrigtsen2022-06-181-20/+34
* Don't have edebug bug out if C-x is reboundLars Ingebrigtsen2022-05-251-1/+4
* Update edebug commentsLars Ingebrigtsen2022-05-251-1/+1
* Make non-recursive error messages in edebug prettierLars Ingebrigtsen2022-05-021-8/+19
* Don't enter the debugger from *Backtrace* or edebug on eval errorsLars Ingebrigtsen2022-05-011-1/+4
* Merge from origin/emacs-28Stefan Kangas2022-02-221-4/+4
|\
| * ; Don't reference obsolete variables in edebug.elRaffael Stocker2022-02-201-4/+4
* | Improve interaction between track-mouse and edebugLars Ingebrigtsen2022-02-121-0/+7
* | Make the edebug-all-defs user option work more reliablyLars Ingebrigtsen2022-01-211-1/+5
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-051-1/+1
|\|
| * * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.Stefan Kangas2021-12-041-1/+1
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-2/+4
|/
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-181-2/+2
* Evaluate eql specializersakater2021-08-031-9/+9
* Reintroduce autoloads for edebug-all-defs/edebug-all-formsLars Ingebrigtsen2021-05-091-0/+2
* * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier2021-04-181-0/+3
* * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongsStefan Monnier2021-04-121-2/+2
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-101-8/+10
* ; Fix typos in doc stringsMattias Engdegård2021-03-121-1/+1
* Remove redundant requires of easymenuStefan Kangas2021-02-261-4/+0
* * lisp/emacs-lisp/edebug.el (eval-defun): SimplifyStefan Monnier2021-02-181-61/+13
* Adjust the edebug spec for `interactive'Lars Ingebrigtsen2021-02-171-2/+4
* * lisp/emacs-lisp/edebug.el (edebug-&optional, edebug-&rest): Remove varsStefan Monnier2021-02-141-35/+24