summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAge
* Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-07
* Don't rely on dynamic scoping to fix bug#59213Stefan Monnier2023-02-18
* Make edebug see unused variables when lexical-binding is non-nilAlan Mackenzie2023-02-11
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Remove remaining mentions of 'eval-current-buffer'Gregory Heytings2022-12-26
* Abolish max-specpdl-size (bug#57911)Mattias Engdegård2022-09-19
* Remove edebug props in edebug-remove-instrumentationArthur Miller2022-09-12
* Don't bind `s' in the normal backtrace mapLars Ingebrigtsen2022-09-09
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* ; Delete not-useful comments referring to Emacs 19.Stefan Kangas2022-08-19
* Fix quoting of #' in some doc stringsLars Ingebrigtsen2022-08-03
* Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas2022-07-04
* Fix edebug parsing of .,Lars Ingebrigtsen2022-06-19
* Allow pretty-printing results from `C-x C-e' in edebugLars Ingebrigtsen2022-06-18
* Extend 'e' in edebug to pretty-print the valuesLars Ingebrigtsen2022-06-18
* Don't have edebug bug out if C-x is reboundLars Ingebrigtsen2022-05-25
* Update edebug commentsLars Ingebrigtsen2022-05-25
* Make non-recursive error messages in edebug prettierLars Ingebrigtsen2022-05-02
* Don't enter the debugger from *Backtrace* or edebug on eval errorsLars Ingebrigtsen2022-05-01
* Merge from origin/emacs-28Stefan Kangas2022-02-22
|\
| * ; Don't reference obsolete variables in edebug.elRaffael Stocker2022-02-20
* | Improve interaction between track-mouse and edebugLars Ingebrigtsen2022-02-12
* | Make the edebug-all-defs user option work more reliablyLars Ingebrigtsen2022-01-21
* | Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Merge from origin/emacs-28Stefan Kangas2021-12-05
|\|
| * * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Minor doc fix.Stefan Kangas2021-12-04
* | Use format-prompt for many more promptsStefan Kangas2021-10-05
|/
* ; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas2021-09-18
* Evaluate eql specializersakater2021-08-03
* Reintroduce autoloads for edebug-all-defs/edebug-all-formsLars Ingebrigtsen2021-05-09
* * lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier2021-04-18
* * lisp/emacs-lisp/edebug.el (edebug--frame): Move docstring where it belongsStefan Monnier2021-04-12
* Edebug: Disable backtracking when hitting a &define keyword.Philipp Stephani2021-04-10
* ; Fix typos in doc stringsMattias Engdegård2021-03-12
* Remove redundant requires of easymenuStefan Kangas2021-02-26
* * lisp/emacs-lisp/edebug.el (eval-defun): SimplifyStefan Monnier2021-02-18
* Adjust the edebug spec for `interactive'Lars Ingebrigtsen2021-02-17
* * lisp/emacs-lisp/edebug.el (edebug-&optional, edebug-&rest): Remove varsStefan Monnier2021-02-14
* * Edebug: Generalize `&lookup`, use it for `cl-macrolet` and `cl-generic`Stefan Monnier2021-02-14
* * lisp/emacs-lisp/edebug.el (edebug-make-enter-wrapper): Reinstate.Stefan Monnier2021-02-13
* * lisp/emacs-lisp/edebug.el: Fix `called-interactively-p`Stefan Monnier2021-02-13
* * lisp/emacs-lisp/edebug.el (edebug-match-lambda-expr): Delete functionStefan Monnier2021-02-13
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-13
* (backtrace-goto-source-functions): Make it a normal abnormal hookStefan Monnier2021-02-13
* Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-12
* Edebug: Overload `edebug-form-spec` even lessStefan Monnier2021-02-12
* * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op) <&lookup>: New methodStefan Monnier2021-02-12
* * lisp/emacs-lisp/edebug.el: Misc cleanups.Stefan Monnier2021-02-12
* * lisp/emacs-lisp/edebug.el: Tweak last changeStefan Monnier2021-02-10