diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-05 00:31:24 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-05 00:31:24 +0000 |
commit | cb546c61bac1b927f2afb8cc64ae6a54dd188229 (patch) | |
tree | cb5cef1d7b5b6e632f1b65e439e18a2f7f079901 | |
parent | 542bfe1de223485225b77a50a3c6a1722b2f5940 (diff) | |
download | guile-cb546c61bac1b927f2afb8cc64ae6a54dd188229.tar.gz |
* boot-9.scm (error-catching-loop): Inform about debugger on error.
-rw-r--r-- | ice-9/boot-9.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |