[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DrScheme Debugger?



John Clonts wrote:

> I am trying to get familiar with the DrScheme environment and can't seem
> to locate any reference to debugging (stacktrace, moving up and down 
> frames, examine vars, etc).

See the Backtrace facility in the tour.

There is no other debugging facility -- no traversing frames.  We
would like to eventually produce a semantically coherent debugging
framework, along the lines of the Stepper (which currently works only
for the first two language levels).

For now, just don't write buggy code and you'll be fine. (-:

Shriram