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

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

Re: Disable REPL debugger


From: Chris Hanson
Subject: Re: Disable REPL debugger
Date: Mon, 4 Oct 2021 19:46:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0

Bind the parameter param:standard-error-hook like this:

(param:standard-error-hook
 (lambda (condition)
   (abort->nearest (condition/report-string condition))))

On 10/4/21 5:08 AM, Tim Lee 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]