From cb546c61bac1b927f2afb8cc64ae6a54dd188229 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 5 Jun 2000 00:31:24 +0000 Subject: [PATCH] * boot-9.scm (error-catching-loop): Inform about debugger on error. --- ice-9/boot-9.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index c56f9bcad..fea66b903 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -2342,7 +2342,7 @@ (begin (newline (current-error-port)) (display - "Type \"(backtrace)\" to get more information.\n" + "Type \"(backtrace)\" to get more information or \"(debug)\" to enter the debugger.\n" (current-error-port)) (set! has-shown-debugger-hint? #t))) (force-output (current-error-port)))