mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
fix ice-9 debugging error
* ice-9/debugging/ice-9-debugger-extensions.scm: Import ice-9 debugging trace, to fix an error on finish. Thanks to Ian Hulin.
This commit is contained in:
parent
7e6f4be53e
commit
5c8c9d05ae
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
(else
|
||||
(define-module (ice-9 debugger))))
|
||||
|
||||
(use-modules (ice-9 debugging steps))
|
||||
(use-modules (ice-9 debugging steps)
|
||||
(ice-9 debugging trace))
|
||||
|
||||
(define (assert-continuable state)
|
||||
;; Check that debugger is in a state where `continuing' makes sense.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue