1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-10-08 10:46:38 +00:00
parent 8569180634
commit 0573ddaea3
2 changed files with 20 additions and 0 deletions

15
NEWS
View file

@ -56,6 +56,21 @@ a garbage collection before each allocation of a cell. This can
slow down the interpreter dramatically, so the setter should be used to slow down the interpreter dramatically, so the setter should be used to
turn on this extra processing only when necessary. turn on this extra processing only when necessary.
* Changes to the stand-alone interpreter
** Backtraces in scripts
It is now possible to get backtraces in scripts.
Put
(debug-enable 'debug 'backtrace)
at the top of the script.
(The first options enables the debugging evaluator.
The second enables backtraces.)
Changes since Guile 1.3.2: Changes since Guile 1.3.2:

View file

@ -1,3 +1,8 @@
1999-10-08 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* throw.c (handler_message): Display backtrace if backtraces
enabled.
1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com> 1999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
* Makefile.in, scmconfig.h.in: Deleted from CVS repository. Run * Makefile.in, scmconfig.h.in: Deleted from CVS repository. Run