summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
AgeCommit message (Expand)Author
2026-03-26Add predicate for initial_terminalBasil L. Contovounesios
2026-03-10Use the new error API functionsStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-06(debug--early): Avoid re-entering the debugger for the same errorStefan Monnier
2025-03-06(debug): Don't `kill-emacs` upon exit when in batch modeStefan Monnier
2025-01-01Update copyright year to 2025Paul Eggert
2024-03-16debug.el: Prevent re-entering the debugger for the same errorStefan Monnier
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-18debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier
2023-11-09Improve documentation of signaling errors in batch modeEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-20Obsolete unused variable in debug.elStefan Kangas
2022-07-04Prefer defvar-keymap in emacs-lisp/*.elStefan Kangas
2022-06-14Leave the contents on the *Backtrace* buffer on `q'Lars Ingebrigtsen
2022-05-02Make the eval-in-debug error message prettier in non-recursive errorsLars Ingebrigtsen
2022-05-01Don't enter the debugger from *Backtrace* or edebug on eval errorsLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-05Use format-prompt for many more promptsStefan Kangas
2021-09-18; More stylistic docfixes in emacs-lisp/*.el found by checkdocStefan Kangas
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-09-06Restore the debugging window size more reliablymartin rudalics
2021-08-13Make `debug' reset `inhibit-read-only' while runningLars Ingebrigtsen
2021-04-18* lisp/emacs-lisp/debug.el (debug): Fix (bug#47588)Stefan Monnier
2021-03-08Normalize version specifiers for make-obsolete and friendsStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-03Remove redundant requires of 'button'Stefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-01Make aliases introduced in previous patch obsoleteLars Ingebrigtsen
2020-10-01Restore some public debugging functions removed in Emacs 27Gemini Lasswell
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-01-31* lisp/emacs-lisp/debug.el (debug): Merge the non-interactive casesPaul Pogonyshev
2020-01-26* lisp/emacs-lisp/debug.el (debug): Merge the non-interactive casesPaul Pogonyshev
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-11* lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functionsStefan Monnier
2019-10-20Revert "Add an edebug-cancel-debug-on-entry alias"Lars Ingebrigtsen
2019-10-20Add an edebug-cancel-debug-on-entry aliasLars Ingebrigtsen
2019-09-25; * lisp/emacs-lisp/debug.el (debugger-mode): Doc fix. (Bug#37352)Eli Zaretskii
2019-09-23Clarify `debug' doc stringLars Ingebrigtsen
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-02-20Merge from origin/emacs-26Glenn Morris
2019-02-18* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)David Pathakjee
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-27Fix last change of debug.elMartin Rudalics
2018-12-26Set up debugger buffer earlier and fit window to it (Bug#32825)Martin Rudalics
2018-12-21* lisp/emacs-lisp/debug.el (debug): Add display-buffer-below-selectedJuri Linkov