guile-user
[Top][All Lists]
Advanced

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

Re: Enter REPL inside catch...?


From: Mark H Weaver
Subject: Re: Enter REPL inside catch...?
Date: Sun, 08 Oct 2017 00:05:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Christopher Howard <address@hidden> writes:

> Is it possible when catching an exception to enter the REPL, so that
> after you continue (",q") the code just keeps running at the point
> after the catch?

Take a look at 'call-with-error-handling', documented in section
6.26.3.3 (Pre-Unwind Debugging) of the Guile manual.

      Mark



reply via email to

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