Is there a setting for disabling the REPL's debugger?
I only want to see the error message, without being prompted with:
"To continue, call RESTART with an option number ...".

In MIT Scheme, I tried:

    (set! repl:allow-restart-notifications? #f)

But that only removes the prompt message without actually removing the
prompt.

Reply via email to