1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 10:40:21 +02:00

NEWS entry for breakpoints.

This commit is contained in:
Neil Jerram 2002-10-27 13:38:24 +00:00
parent 9a69a50ed5
commit 7195a60f74

3
NEWS
View file

@ -179,6 +179,9 @@ without the soft port blocking.
** New debugging feature: breakpoints.
Guile now has breakpoints. For details see the `Debugging Features'
chapter in the reference manual.
* Changes to the C interface
** The value 'scm_mask_ints' is no longer writable.