fixed bug in debug handler
svn: r5246
This commit is contained in:
parent
1e1ae2714a
commit
58444b904d
|
@ -198,8 +198,12 @@ profile todo:
|
||||||
(apply values last-one)]
|
(apply values last-one)]
|
||||||
[else
|
[else
|
||||||
(i-loop (cdr exprs)
|
(i-loop (cdr exprs)
|
||||||
(call-with-values (λ () (loop (car exprs)))
|
(call-with-values
|
||||||
list))]))
|
(λ ()
|
||||||
|
(call-with-continuation-prompt
|
||||||
|
(λ ()
|
||||||
|
(loop (car exprs)))))
|
||||||
|
list))]))
|
||||||
|
|
||||||
;; the version below behaves properly wrt continuations
|
;; the version below behaves properly wrt continuations
|
||||||
;; but doesn't match mzscheme. So, we use the one above.
|
;; but doesn't match mzscheme. So, we use the one above.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user