How do I step through and debug a Scheme program using Dr. Racket?
Posted
by
Thomas Owens
on Stack Overflow
See other posts from Stack Overflow
or by Thomas Owens
Published on 2010-12-24T12:37:20Z
Indexed on
2010/12/24
15:54 UTC
Read the original article
Hit count: 323
I'm using the Dr. Racket development environment and the language definition #lang scheme
to do work for a course. However, I'm not sure how to best use this tool for debugging. I would like to be able to execute a function and step through it, observing the values of different functions at various points in execution.
Is this possible? If not, what is the typical method of stepping through the execution of a Scheme program and debugging it?
© Stack Overflow or respective owner