mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 15:00:21 +02:00
*** empty log message ***
This commit is contained in:
parent
0573ddaea3
commit
9770d235a3
1 changed files with 13 additions and 0 deletions
13
NEWS
13
NEWS
|
@ -58,6 +58,19 @@ turn on this extra processing only when necessary.
|
||||||
|
|
||||||
* Changes to the stand-alone interpreter
|
* 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
|
** Backtraces in scripts
|
||||||
|
|
||||||
It is now possible to get backtraces in scripts.
|
It is now possible to get backtraces in scripts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue