[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Debugging support
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Debugging support |
Date: |
Fri, 29 Feb 2008 16:08:43 +0100 |
On Fri, Feb 29, 2008 at 11:50 AM, William Cook <address@hidden> wrote:
>
> I am curious if people have thought about adding debugging capabilities
> to Chicken, along the lines of what is in Gambit. It seems like most of
> the hooks are there. Am i missing something?
I guess you're not - it depends on what you need. It is relatively
easy to decorate procedures in a running Scheme system
with additional stuff, or to replace them temporarily by debugging
versions (see also the "advice" egg).
> Is this the right email list
> to discuss this topic?
Sure!
cheers,
felix