summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
Commit message (Expand)AuthorAgeFilesLines
* (debugger-make-xrefs): Don't assume case-fold-search is nil.Stefan Monnier2005-10-241-5/+8
* 2005-09-24 Emilio C. Lopes <eclig@gmx.net>Romain Francoise2005-09-241-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-3/+3
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
* (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
* (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (debug): Quieten Drew Adams.Stefan Monnier2005-06-301-1/+3
* (debugger-special-form-p): New defun.Lute Kamstra2005-06-231-3/+21
* (debug-on-entry): Fix docstring.Lute Kamstra2005-06-141-3/+9
* (cancel-debug-on-entry): Mention default in minibuffer prompt.Luc Teirlinck2005-06-131-3/+3
* (cancel-debug-on-entry): Make the empty string argument obsolete.Lute Kamstra2005-06-131-4/+7
* (debug-on-entry, cancel-debug-on-entry): Doc fixes.Luc Teirlinck2005-06-111-6/+9
* (debugger-will-be-back): New var.Stefan Monnier2005-06-091-5/+22
* (debug): Don't iconify if we know we'll re-enter the debugger immediatelyStefan Monnier2005-06-081-13/+9
* (debug): Don't bury the buffer unless it's in a dedicated window.Stefan Monnier2005-06-061-2/+8
* (debugger-window): New variable.Richard M. Stallman2005-06-061-1/+12
* (debug-on-entry): Handle autoloaded functions and compiled macros.Lute Kamstra2005-03-291-43/+57
* (debugger-record-expression): Add a missing format to `message'.Stefan Monnier2005-03-261-4/+3
* (debugger-make-xrefs): Docstring fix. Ignore a `*' at the beginningLute Kamstra2005-03-141-3/+4
* (debug): Set debug-on-exit before calling debugger-setup-buffer soLute Kamstra2005-03-131-15/+13
* (debug-entry-code): Delete it.Lute Kamstra2005-03-101-18/+21
* (debugger-step-through): Make sure that stepping into the debugger'sLute Kamstra2005-03-081-1/+4
* (debug-on-entry-1): Fix handling of macros.Stefan Monnier2005-03-071-19/+18
* (debugger-step-after-exit): Make it a defvar.Lute Kamstra2005-03-041-9/+5
* (inhibit-debug-on-entry): Add docstring.Lute Kamstra2005-03-031-20/+17
* (debug): Skip one more frame in case of debug on entry.Lute Kamstra2005-03-011-14/+18
* (debug-on-entry-1): Reimplement to make sure that debug-entry-code canLute Kamstra2005-03-011-17/+10
* (inhibit-debug-on-entry): New var.Stefan Monnier2005-02-281-4/+11
* (debug-on-entry-1): If function body is empty, add nil as body form.Richard M. Stallman2005-02-271-0/+4
* (debug): Put back the inhibit-trace.Stefan Monnier2005-02-271-1/+2
* (debug): Hide the buffer if it's not killed.Stefan Monnier2005-02-261-47/+46
* (debugger-make-xrefs): Call symbol-file with `defun'.Richard M. Stallman2004-12-271-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (debug, debugger-env-macro): Use with-no-warnings while accessing andRichard M. Stallman2003-07-071-6/+18
* (debug): Fix call to message.Stefan Monnier2003-06-161-2/+2
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
* Comment change.Richard M. Stallman2002-07-291-0/+3
* (debug): If redisplaying, just return.Richard M. Stallman2002-07-291-119/+122
* (debug-on-entry): Fix the wrapper used forStefan Monnier2002-07-071-17/+29
* (cancel-debug-on-entry): Don't cons uselessly.Stefan Monnier2002-06-181-5/+1
* (debug-on-entry): Use push.Stefan Monnier2002-04-121-4/+5
* Require `button'.Miles Bader2002-03-141-1/+4
* (debugger-frame-offset): Var deleted.Richard M. Stallman2002-02-061-20/+12
* (debugger-frame-clear, debugger-frame): Error on non-frame line.Richard M. Stallman2002-02-011-0/+8
* (debugger-setup-buffer): When an eval-buffer frame was reading from a buffer,Richard M. Stallman2002-02-011-0/+9
* (debugger-mode-map): Bind C-m, not `RET'.Richard M. Stallman2001-12-251-2/+3
* Fix previous change.Richard M. Stallman2001-12-161-2/+0
* (debugger-make-xrefs): Optimize by (1) using skip-syntax-forwardRichard M. Stallman2001-12-161-7/+68