Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4841:3465c3161fea
when `debug', abort when lisp error during loadup
loadup.el: When featurep `debug-xemacs' (configure --with-debug), set
debug-on-error, so that we get an exit-to-debugger/assertion
failure upon Lisp error during loadup. Unset before dumping.
cmdloop.c: During really-early-error-handler, exit to the debugger and abort
if an error occurs and
lisp.h: extern Vdebug_on_error.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 01:55:56 -0600 |
parents | 17b3dc5500b0 |
children | 715b15990d0a |
comparison
equal
deleted
inserted
replaced
4840:17b3dc5500b0 | 4841:3465c3161fea |
---|---|
1 2010-01-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * cmdloop.c: | |
4 During really-early-error-handler, exit to the debugger and abort | |
5 if an error occurs and | |
6 * lisp.h: extern Vdebug_on_error. | |
7 | |
1 2010-01-12 Ben Wing <ben@xemacs.org> | 8 2010-01-12 Ben Wing <ben@xemacs.org> |
2 | 9 |
3 * sheap.c: | 10 * sheap.c: |
4 * sheap.c (more_static_core): | 11 * sheap.c (more_static_core): |
5 Increase STATIC_HEAP_SLOP. | 12 Increase STATIC_HEAP_SLOP. |