1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-10-08 11:51:03 +00:00
parent 0573ddaea3
commit 9770d235a3

13
NEWS
View file

@ -58,6 +58,19 @@ turn on this extra processing only when necessary.
* Changes to the stand-alone interpreter
** Positions of erring expression in scripts
With version 1.3.4, the location of the erring expression in Guile
scipts is no longer automatically reported. (This should have been
documented before the 1.3.4 release.)
You can get this information by enabling recording of positions of
source expressions and running the debugging evaluator. Put this at
the top of your script (or in your "site" file):
(read-enable 'positions)
(debug-enable 'debug)
** Backtraces in scripts
It is now possible to get backtraces in scripts.