[plt-scheme] debugger
Hi Robert,
I think the short answer to all of these questions is "no". As far as
I know, neither the stepper nor the debug button offers a command-line
interface. The MzTake collection provides a notion of "scriptable
debugging", which uses textual commands that you can enter at the
interactive prompt, but the learning curve is probably pretty steep.
In any case, I don't think there is a way to use any of these systems
to attach to an external process.
Hope this helps,
Greg
On 5/3/07, Robert Nikander <nikander at nc.rr.com> wrote:
> Hi all,
>
> I see that the DrScheme graphical environment has a debugger, but I'm
> wondering: is there also a command line debugger or API for debugging
> outside of the GUI? Also, can you attach to a process that was started
> outside of DrScheme?
>
> thanks,
> Rob
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>