summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/edebug.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/subr.el (method-files): Move function to cl-generic.elStefan Monnier2017-07-281-2/+2
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-1/+1
* Make edebug-step-in work on generic methods (Bug#22294)Gemini Lasswell2017-05-141-11/+42
* Stop edebug getting stuck on backquote (Bug#23651)Jens Uwe Schmidt2017-03-251-2/+2
* Use cl-print for Edebug and EIEIOStefan Monnier2017-02-231-44/+41
* Support read syntax for circular objects in Edebug (Bug#23660)Gemini Lasswell2017-02-231-12/+48
* Fix instrumenting code with propertized strings in EdebugGemini Lasswell2017-02-101-4/+2
* Change edebug-max-depth from defconst to defcustomGemini Lasswell2017-02-041-1/+12
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Give eval-and-compile a correct edebug spec. Fixes bug #16184 properly.Alan Mackenzie2017-01-011-6/+3
* | Initialize edebug-offset-indices to a cons, not nil. Fixes bug #16184.Alan Mackenzie2016-12-291-3/+6
* | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-2/+1
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Remove obsolete default-FOO variablesMark Oteiza2016-11-071-1/+1
* | New user option 'debugger-stack-frame-as-list'Vasilij Schneidermann2016-09-301-1/+3
* | * lisp/emacs-lisp/edebug.el (defun): Fix debug spec.Johan Bockgård2016-09-141-0/+1
* | * lisp/emacs-lisp/edebug.el (edebug-sit-on-break): Give it a version number.Alan Mackenzie2016-05-071-1/+2
* | Add an option in Edebug to prevent pauses after `h', 'f', and `o'.Alan Mackenzie2016-05-071-0/+6
|/
* Mark some user options that can get evalled as risky.Glenn Morris2016-01-301-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Resurrect edebug-set-initial-mode, repurposing it to set the global mode.Alan Mackenzie2015-09-251-38/+28
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-4/+4
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+1
* text-quoting-style in emacs-lisp diagnosticsPaul Eggert2015-08-211-1/+1
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-231-1/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* edebug.el: Disambiguate vector specificationsJohan Bockgård2015-04-121-9/+11
* (diff-hunk-file-names): Don't require a TAB after the file nameGustav Hållberg2015-04-081-2/+7
* Edebug: Allow "S" to work during trace mode. Fixes debbugs #20074.Alan Mackenzie2015-03-161-16/+12
* Make Edebug work with Follow Mode.Alan Mackenzie2015-03-161-34/+0
* * lisp/emacs-lisp/edebug.el (edebug--display): Save-excursion.Stefan Monnier2015-02-251-0/+9
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macroStefan Monnier2014-11-031-3/+1
* * lisp/emacs-lisp/edebug.el: Use nadvice.Stefan Monnier2014-07-201-54/+27
* * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print result usingStefan Monnier2014-07-051-1/+1
* * lisp/emacs-lisp/edebug.el (defmacro): Fix debug spec.Glenn Morris2014-02-251-4/+3
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* * lisp/emacs-lisp/edebug.el (edebug--display): Move protective let-bindingStefan Monnier2014-01-131-131/+134
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/simple.el (eval-expression-print-format): Don't check forJuri Linkov2013-12-191-1/+4
* * lisp/emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run theStefan Monnier2013-08-081-4/+2
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-2/+2
* * lisp/subr.el (macrop): New function.Stefan Monnier2013-08-041-14/+1
* * lisp/emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.Stefan Monnier2013-07-261-176/+32
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-261-1/+1
* Remove some reimplementations of cl-gensymGlenn Morris2013-07-111-23/+3
* * lisp/emacs-lisp/edebug.el (edebug-result): Move before first use.Stefan Monnier2013-06-051-2/+3