index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
debug.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-0
/
+17
|
\
|
*
Make aliases introduced in previous patch obsolete
Lars Ingebrigtsen
2020-10-01
1
-2
/
+4
|
*
Restore some public debugging functions removed in Emacs 27
Gemini Lasswell
2020-10-01
1
-0
/
+15
|
*
* lisp/emacs-lisp/debug.el (debug): Merge the non-interactive cases
Paul Pogonyshev
2020-01-31
1
-150
/
+142
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-5
/
+2
*
|
* lisp/emacs-lisp/debug.el (debug): Merge the non-interactive cases
Paul Pogonyshev
2020-01-26
1
-150
/
+142
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/emacs-lisp/debug.el (debug-on-entry): Allow undefined functions
Stefan Monnier
2019-12-11
1
-1
/
+1
*
Revert "Add an edebug-cancel-debug-on-entry alias"
Lars Ingebrigtsen
2019-10-20
1
-2
/
+0
*
Add an edebug-cancel-debug-on-entry alias
Lars Ingebrigtsen
2019-10-20
1
-0
/
+2
*
; * lisp/emacs-lisp/debug.el (debugger-mode): Doc fix. (Bug#37352)
Eli Zaretskii
2019-09-25
1
-6
/
+9
*
Clarify `debug' doc string
Lars Ingebrigtsen
2019-09-23
1
-1
/
+4
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
Merge from origin/emacs-26
Glenn Morris
2019-02-20
1
-1
/
+1
|
\
|
*
* lisp/emacs-lisp/debug.el (debug-on-variable-change): Doc fix. (Bug#34518)
David Pathakjee
2019-02-18
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Fix last change of debug.el
Martin Rudalics
2018-12-27
1
-19
/
+19
*
|
Set up debugger buffer earlier and fit window to it (Bug#32825)
Martin Rudalics
2018-12-26
1
-19
/
+21
*
|
* lisp/emacs-lisp/debug.el (debug): Add display-buffer-below-selected
Juri Linkov
2018-12-21
1
-3
/
+5
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-7
/
+7
*
|
Add a menu for backtrace-mode
Gemini Lasswell
2018-08-03
1
-2
/
+2
*
|
* lisp/emacs-lisp/debug.el (debugger-mode-map): Use easy-menu-define.
Gemini Lasswell
2018-08-03
1
-45
/
+32
*
|
Always make buttons from function names in backtraces
Gemini Lasswell
2018-08-03
1
-1
/
+1
*
|
Add backtrace-mode and use it in the debugger, ERT and Edebug
Gemini Lasswell
2018-08-03
1
-252
/
+138
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-02
1
-0
/
+1
|
\
|
|
*
Increase max-lisp-eval-depth adjustment while in debugger (bug#31919)
Gemini Lasswell
2018-06-30
1
-0
/
+1
*
|
* lisp/emacs-lisp/debug.el (debug): Don't hang upon error in initial-frame.
Stefan Monnier
2018-04-02
1
-4
/
+24
*
|
Explicitly require cl-lib where needed
Glenn Morris
2018-03-16
1
-0
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2017-11-02
1
-2
/
+3
|
\
|
|
*
Fix customization of debugger-print-function (Bug#29077)
Noam Postavsky
2017-11-01
1
-2
/
+3
*
|
Merge from origin/emacs-26
Paul Eggert
2017-10-20
1
-1
/
+3
|
\
|
|
*
Don't remember old debugger window (Bug#17882)
Noam Postavsky
2017-10-15
1
-1
/
+3
*
|
* lisp/emacs-lisp/debug.el: Use cl-print more systematically
Stefan Monnier
2017-10-20
1
-3
/
+3
*
|
* lisp/emacs-lisp/debug.el: Don't bail on errors inside cl-print
Stefan Monnier
2017-10-13
1
-6
/
+12
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.
Noam Postavsky
2017-07-02
1
-3
/
+0
*
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
Stefan Monnier
2017-06-30
1
-3
/
+7
*
Hide byte code in backtraces (Bug#6991)
Noam Postavsky
2017-06-29
1
-8
/
+18
*
Improve ert backtrace recording
Noam Postavsky
2017-06-29
1
-71
/
+0
*
Operate on frame list instead of printed backtrace
Noam Postavsky
2017-06-29
1
-39
/
+51
*
Protect *Backtrace* from being killed (Bug#26650)
Noam Postavsky
2017-05-23
1
-0
/
+3
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Move backtrace to ELisp using a new mapbacktrace primitive
Clément Pit--Claudel
2016-12-12
1
-6
/
+5
*
|
Add function to trigger debugger on variable write
Noam Postavsky
2016-12-02
1
-0
/
+91
*
|
New user option 'debugger-stack-frame-as-list'
Vasilij Schneidermann
2016-09-30
1
-1
/
+3
|
/
[next]