guile-user
[Top][All Lists]
Advanced

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

Re: Procedure breakpoints


From: Andy Wingo
Subject: Re: Procedure breakpoints
Date: Thu, 13 Oct 2011 12:24:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Wed 12 Oct 2011 20:07, Tobias Gerdin <address@hidden> writes:

> Is there any way to attach traps to another executing thread from the
> REPL? A use case would be to be able to trap procedures running in the
> main thread when I connect to a Guile started with the --listen
> option.

I have often wanted this, but unfortunately the answer is no; not right
now at least.  You might be able to rig this up with signals, but that
sounds terrible (and possibly dangerous; Guile does have some
threading-related bugs currently).

Andy
-- 
http://wingolog.org/



reply via email to

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