Make `debug' catch *all* exceptions

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-17 13:13:26 -04:00
parent b5d4d54d45
commit 2285e1a340

View File

@ -161,7 +161,7 @@
(lambda ()
(parameterize ([current-debug-depth (add1 depth)])
(with-handlers ([exn:fail? err])
(with-handlers ([(lambda _ #t) err])
(call-with-values thunk
(match-lambda*
[(list v)