Backtrace
In the Full Scheme (with debugging) language levels, when a program commits a dynamic error, DrScheme prompts the user with a bug icon in addition to the error message. Clicking on this icon invokes the Backtrace window, which presents the frames in the error continuation. The frames are accompanied by hyperlinks back to the actual source. |