From dfc7725e844271163d7f1635df85cf5a8c2466e1 Mon Sep 17 00:00:00 2001 From: jimb Date: Tue, 15 Feb 2005 09:03:58 +0000 Subject: [PATCH] * guile.scm (cgen-call-with-debugging): Doc fix. --- cgen/ChangeLog | 2 ++ cgen/guile.scm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cgen/ChangeLog b/cgen/ChangeLog index 96feca5cd1..a1a2dd5f46 100644 --- a/cgen/ChangeLog +++ b/cgen/ChangeLog @@ -1,5 +1,7 @@ 2005-02-15 Jim Blandy + * guile.scm (cgen-call-with-debugging): Doc fix. + Make backtraces work more reliably. * guile.scm: Set up debugging parameters, and enable debugging and source positions while loading. diff --git a/cgen/guile.scm b/cgen/guile.scm index 95ddfda90f..50d0a6ef5f 100644 --- a/cgen/guile.scm +++ b/cgen/guile.scm @@ -92,7 +92,8 @@ (if (memq 'debug-extensions *features*) ((if flag debug-enable debug-disable) 'debug)) - ;; Now, actually start using the debugging evaluator. + ;; Now, make that debugging / no-debugging setting actually take + ;; effect. ;; ;; Guile has two separate evaluators, one that does the extra ;; bookkeeping for backtraces, and one which doesn't, but runs -- 2.11.0