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:
parent
21ed9efe51
commit
61529d8e6e
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue