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

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

Re: Disable REPL debugger


From: Derek Rhodes
Subject: Re: Disable REPL debugger
Date: Mon, 4 Oct 2021 18:09:39 -0400

Hi Tim, not sure about disabling the debugger entirely. But, maybe this will help. Depending on your keyboard, (for me it's <ctrl-C> <ctrl-C>), will escape the debugger completely and return to a top level REPL.

On Mon, Oct 4, 2021 at 9:23 AM Tim Lee <progscriptclone@gmail.com> wrote:
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]