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 22:54:43 -0700

I think Common Lisp has standard-error-hook; I would have copied that over in the original design. The rest is just an abort with a suitable message.

In any case, it seems weird to me that you don't want the debugger. Once that condition has aborted it's no longer accessible.
On Oct 4, 2021, 10:01 PM -0700, Tim Lee <progscriptclone@gmail.com>, wrote:
(param:standard-error-hook
(lambda (condition)
(abort->nearest (condition/report-string condition))))

Is this documented in the manual? This looks a bit like Common Lisp's
*debugger-hook*.

reply via email to

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