[plt-scheme] Re: debugging [mini rant]

From: Guillaume Marceau (gmarceau at gmail.com)
Date: Wed Aug 5 10:13:33 EDT 2009


On Jul 29, 10:59 am, Elena Garrulo <egarr... at gmail.com> wrote:

>
> Could you provide some link, please? I have not found any reference in PLT docs.


The graphical debugger is implemented in collects/gui-debugger/debug-
tool.ss (1500 lines of code)
The annotator that makes it possible to set breakpoints and inspect
the stack is implemented in collects/gui-debugger/annotator.ss (400
lines) in concert with marks.ss (185 lines)




Posted on the users mailing list.