summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAgeFilesLines
* Avoid some uses of obsolete function interactive-pStefan Kangas2020-08-241-1/+1
* Avoid duplicate Edebug symbols when backtracking (Bug#42701)Philipp Stephani2020-08-031-0/+7
* Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)Philipp Stephani2020-08-021-0/+12
* Don’t generate duplicate symbols for secondary CL methods (Bug#42671)Philipp Stephani2020-08-021-0/+12
* Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-311-1/+1
* Fix bug #40992 whilst still allowing breakpoint highlights in edebugAlan Mackenzie2020-05-111-15/+38
* Fix bug #40766, an error in edebug spec handlingAlan Mackenzie2020-04-241-4/+1
* Remove obsolete XEmacs commentStefan Kangas2020-03-211-1/+0
* Introduce element &error into edebug specification lists for macrosAlan Mackenzie2020-01-171-0/+12
* edebug: remove ancient code for ancient XEmacs support libsGlenn Morris2020-01-161-12/+0
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Don't bind XEmacs-only variable in edebugLars Ingebrigtsen2019-12-251-3/+1
|/
* * lisp/emacs-lisp/edebug.el (edebug-remove-instrumentation): Use 'user-error'.Juri Linkov2019-12-131-1/+1
* Fix edebug instrumentation removing from advised functionsMichael Heerdegen2019-11-231-6/+22
* Make edebug-remove-instrumentation remove macro instrumentationLars Ingebrigtsen2019-11-151-2/+3
* Allow using edebug-remove-instrumentation more fine-grainedLars Ingebrigtsen2019-11-141-17/+31
* Really enable setting a breakpoint without instrumenting firstLars Ingebrigtsen2019-11-011-1/+3
* Make edebug-eval-last-sexp interactively take a zero prefixLars Ingebrigtsen2019-10-221-10/+29
* Tiny clean-up of previous edebug patchLars Ingebrigtsen2019-10-211-1/+1
* Ensure we always remove the breakpoint overlaysLars Ingebrigtsen2019-10-211-1/+1
* Add fringe markers to edebug breakpointsLars Ingebrigtsen2019-10-211-5/+18
* Add a command to toggle an edebug breakpointLars Ingebrigtsen2019-10-201-4/+39
* Make edebug-mode-map take precedenceLars Ingebrigtsen2019-10-201-2/+6
* Fix edebug--restore-breakpoints re-instrumentinging bug-outLars Ingebrigtsen2019-10-201-17/+18
* Add a new edebug-breakpoint faceLars Ingebrigtsen2019-10-201-1/+4
* New command to clear all breakpoints in a functionLars Ingebrigtsen2019-10-201-0/+12
* Preserve breakpoints when Edebug-reinstrumenting functionsLars Ingebrigtsen2019-10-201-6/+27
* Change default to cancel all edebug-on-entry in cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-11/+20
* Use user-error in cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-1/+1
* Instrument function if it hasn't been already in edebug-set-breakpointLars Ingebrigtsen2019-10-201-0/+5
* Fix up previous edebug breakpoint overlay changeLars Ingebrigtsen2019-10-201-6/+8
* Mark breakpoints in edebug with highlightsLars Ingebrigtsen2019-10-201-1/+23
* New command edebug-remove-instrumentationLars Ingebrigtsen2019-10-201-0/+18
* Fix doc string and interactive spec of cancel-edebug-on-entryLars Ingebrigtsen2019-10-201-1/+24
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-171-1/+2
* Allow global-edebug-prefix to be nilLars Ingebrigtsen2019-10-091-2/+3
* New edebug-spec, nested-backquote-form. This fixes bug #31090Alan Mackenzie2019-09-241-0/+13
* edebug.el comment fixLars Ingebrigtsen2019-07-271-1/+1
* Rename coverage symbols in edebug to avoid collisionsLars Ingebrigtsen2019-07-271-5/+5
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * lisp/emacs-lisp/edebug.el: Better handle instrumentation of `end-of-defun`Stefan Monnier2019-05-011-51/+34
* * lisp/subr.el (setq-default): Define as a macroStefan Monnier2019-04-011-1/+0
* Make edebug-eval-expression support code completionFederico Tedin2019-03-221-3/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-201-2/+2
|\ \ | |/
| * Fix two Edebug defcustoms (bug#33428)Stephen Berman2018-11-191-2/+2
* | edebug.el: Move window focus switch into edebug-pop-to-bufferAlan Mackenzie2018-10-231-15/+9