mit-scheme-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Disable REPL debugger


From: Tim Lee
Subject: Disable REPL debugger
Date: Mon, 4 Oct 2021 20:08:59 +0800

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

[Prev in Thread] Current Thread [Next in Thread]