
DrScheme and run-time debugging ??
Hi ALL,
I carefully looked through the docmentation which comes with Dr.Scheme
(Manuals, FAQ, etc) but I still have several questions regarding the debugging
support in Dr.Scheme suite of products.
More specifically,
HOW CAN I:
* set the breakpoints
- unconditional
- conditional
- temporary
* Execute Scheme program stoping at these breakpoints
* Step through the code executing one statement at a time in "Full Scheme" mode
(DrScheme "stepper" is available only at "Beginner Student" level)
* Examine current environment (call stack)
* modify symbol values
* Remove breakpoints
* Continue execution
A related question: which (free) Scheme implementations support debugging at
this level or better??
thanks,