mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
has-shown-debugger-hint? to scm-style-repl
* module/ice-9/boot-9.scm: * module/ice-9/scm-style-repl.scm (has-shown-debugger-hint?): Move to scm-style-repl.
This commit is contained in:
parent
8942e7a1d7
commit
352b99c43d
2 changed files with 2 additions and 2 deletions
|
@ -2711,8 +2711,6 @@ module '(ice-9 q) '(make-q q-length))}."
|
|||
narrowing)))
|
||||
(set! stack-saved? #t))))
|
||||
|
||||
(define has-shown-debugger-hint? #f)
|
||||
|
||||
(define (handle-system-error key . args)
|
||||
(let ((cep (current-error-port)))
|
||||
(cond ((not (stack? (fluid-ref the-last-stack))))
|
||||
|
|
|
@ -66,6 +66,8 @@
|
|||
|
||||
|
||||
|
||||
(define has-shown-debugger-hint? #f)
|
||||
|
||||
(define (error-catching-loop thunk)
|
||||
(let ((status #f)
|
||||
(interactive #t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue