On Fri, Feb 29, 2008 at 11:50 AM, William Cook <[EMAIL PROTECTED]> 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 _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
