* * boot-9.scm: The debugging evaluator and recording of positions
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:51:37 +0000 (20:51 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sat, 2 Nov 1996 20:51:37 +0000 (20:51 +0000)
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.

ice-9/debug.scm

index 500f9b8..20e67f9 100644 (file)
 ;;; 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)