fixed bug in debug handler

svn: r5246
This commit is contained in:
Robby Findler 2007-01-07 20:13:44 +00:00
parent 1e1ae2714a
commit 58444b904d

View File

@ -198,7 +198,11 @@ profile todo:
(apply values last-one)]
[else
(i-loop (cdr exprs)
(call-with-values (λ () (loop (car exprs)))
(call-with-values
(λ ()
(call-with-continuation-prompt
(λ ()
(loop (car exprs)))))
list))]))
;; the version below behaves properly wrt continuations