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
/
edebug.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #40992 whilst still allowing breakpoint highlights in edebug
Alan Mackenzie
2020-05-11
1
-15
/
+38
*
Fix bug #40766, an error in edebug spec handling
Alan Mackenzie
2020-04-24
1
-4
/
+1
*
Remove obsolete XEmacs comment
Stefan Kangas
2020-03-21
1
-1
/
+0
*
Introduce element &error into edebug specification lists for macros
Alan Mackenzie
2020-01-17
1
-0
/
+12
*
edebug: remove ancient code for ancient XEmacs support libs
Glenn Morris
2020-01-16
1
-12
/
+0
*
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Don't bind XEmacs-only variable in edebug
Lars Ingebrigtsen
2019-12-25
1
-3
/
+1
|
/
*
* lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.
Juri Linkov
2019-12-13
1
-1
/
+1
*
Fix edebug instrumentation removing from advised functions
Michael Heerdegen
2019-11-23
1
-6
/
+22
*
Make edebug-remove-instrumentation remove macro instrumentation
Lars Ingebrigtsen
2019-11-15
1
-2
/
+3
*
Allow using edebug-remove-instrumentation more fine-grained
Lars Ingebrigtsen
2019-11-14
1
-17
/
+31
*
Really enable setting a breakpoint without instrumenting first
Lars Ingebrigtsen
2019-11-01
1
-1
/
+3
*
Make edebug-eval-last-sexp interactively take a zero prefix
Lars Ingebrigtsen
2019-10-22
1
-10
/
+29
*
Tiny clean-up of previous edebug patch
Lars Ingebrigtsen
2019-10-21
1
-1
/
+1
*
Ensure we always remove the breakpoint overlays
Lars Ingebrigtsen
2019-10-21
1
-1
/
+1
*
Add fringe markers to edebug breakpoints
Lars Ingebrigtsen
2019-10-21
1
-5
/
+18
*
Add a command to toggle an edebug breakpoint
Lars Ingebrigtsen
2019-10-20
1
-4
/
+39
*
Make edebug-mode-map take precedence
Lars Ingebrigtsen
2019-10-20
1
-2
/
+6
*
Fix edebug--restore-breakpoints re-instrumentinging bug-out
Lars Ingebrigtsen
2019-10-20
1
-17
/
+18
*
Add a new edebug-breakpoint face
Lars Ingebrigtsen
2019-10-20
1
-1
/
+4
*
New command to clear all breakpoints in a function
Lars Ingebrigtsen
2019-10-20
1
-0
/
+12
*
Preserve breakpoints when Edebug-reinstrumenting functions
Lars Ingebrigtsen
2019-10-20
1
-6
/
+27
*
Change default to cancel all edebug-on-entry in cancel-edebug-on-entry
Lars Ingebrigtsen
2019-10-20
1
-11
/
+20
*
Use user-error in cancel-edebug-on-entry
Lars Ingebrigtsen
2019-10-20
1
-1
/
+1
*
Instrument function if it hasn't been already in edebug-set-breakpoint
Lars Ingebrigtsen
2019-10-20
1
-0
/
+5
*
Fix up previous edebug breakpoint overlay change
Lars Ingebrigtsen
2019-10-20
1
-6
/
+8
*
Mark breakpoints in edebug with highlights
Lars Ingebrigtsen
2019-10-20
1
-1
/
+23
*
New command edebug-remove-instrumentation
Lars Ingebrigtsen
2019-10-20
1
-0
/
+18
*
Fix doc string and interactive spec of cancel-edebug-on-entry
Lars Ingebrigtsen
2019-10-20
1
-1
/
+24
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-17
1
-1
/
+2
*
Allow global-edebug-prefix to be nil
Lars Ingebrigtsen
2019-10-09
1
-2
/
+3
*
New edebug-spec, nested-backquote-form. This fixes bug #31090
Alan Mackenzie
2019-09-24
1
-0
/
+13
*
edebug.el comment fix
Lars Ingebrigtsen
2019-07-27
1
-1
/
+1
*
Rename coverage symbols in edebug to avoid collisions
Lars Ingebrigtsen
2019-07-27
1
-5
/
+5
*
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
*
* lisp/emacs-lisp/edebug.el: Better handle instrumentation of `end-of-defun`
Stefan Monnier
2019-05-01
1
-51
/
+34
*
* lisp/subr.el (setq-default): Define as a macro
Stefan Monnier
2019-04-01
1
-1
/
+0
*
Make edebug-eval-expression support code completion
Federico Tedin
2019-03-22
1
-3
/
+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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-20
1
-2
/
+2
|
\
|
|
*
Fix two Edebug defcustoms (bug#33428)
Stephen Berman
2018-11-19
1
-2
/
+2
*
|
edebug.el: Move window focus switch into edebug-pop-to-buffer
Alan Mackenzie
2018-10-23
1
-15
/
+9
*
|
In edebug in GUIs, move focus to the selected frame.
Alan Mackenzie
2018-10-19
1
-3
/
+17
*
|
Prune most-positive-fixnum from Lisp source
Paul Eggert
2018-08-22
1
-3
/
+2
*
|
Fix typo in edebug-backtrace-hide-instrumentation's docstring.
Gemini Lasswell
2018-08-03
1
-1
/
+1
*
|
Add new commands to Edebug backtraces
Gemini Lasswell
2018-08-03
1
-39
/
+79
*
|
Always make buttons from function names in backtraces
Gemini Lasswell
2018-08-03
1
-2
/
+1
[next]