[plt-scheme] debugging [mini rant]

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Jul 29 11:10:12 EDT 2009

On Wed, Jul 29, 2009 at 9:59 AM, Elena Garrulo<egarrulo at gmail.com> wrote:
>> Support for setting breakpoints and inspecting the stack is
>> implemented by source annotation and continuation marks.  All of this
>> is independent of any graphical interface, and an interested
>> programmer with some free time could build a text-based interface atop
>> the same underlying mechanism.
>
> Could you provide some link, please? I have not found any reference in PLT docs.

http://docs.plt-scheme.org/errortrace/

Robby


Posted on the users mailing list.