1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00

* * boot-9.scm: The debugging evaluator and recording of positions

aren't enabled by default any longer (they are switched on in
	debug.scm).  But during development we want to have them also

	* debug.scm: Enable debugging evaluator and recording of positions
	by default.
This commit is contained in:
Mikael Djurfeldt 1996-11-02 20:51:37 +00:00
parent 21ed9efe51
commit 61529d8e6e

View file

@ -115,3 +115,6 @@
;;; A fix to get the error handling working together with the module system.
;;;
(variable-set! (builtin-variable 'debug-options) debug-options)
(debug-enable 'debug)
(read-enable 'positions)