On 5/25/05, Michele Simionato <[EMAIL PROTECTED]> wrote: > On 5/25/05, Graham Fawcett <[EMAIL PROTECTED]> wrote: > > I feared that might be the case. Still, any tool that could instrument > > my code to provide some kind of "this source-snippet is probably the > > problem" report would be beneficial. Maybe I need to do some reading > > on Scheme debuggers... > > You may start from > > # chicken-setup debug > > and see how far you can go.
The debug egg is useful, but it's not clear how to get it working in the context of an error in a resource handler. But you're right, of course; it's a good starting point. I'll read through the spiffy code and see if I can find out how to make them play nicely together. -- Graham _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
