How to Debug Chez Scheme Programs (2002)
How to Debug Chez Scheme Programs R. Kent Dybvig August 2002 When a program fails to operate as it should, it is said to have a bug. A bug is the root cause of an observed behavior, such as failure to terminate, failure to perform some action, termination with an error message, or merely producing incorrect results. The process of debugging a program is one of finding all of the bugs and "exterminating" them. This process first requires feeding the program a representative set of test cases,