Next: , Previous: Guile Scripting, Up: Programming in Scheme


3.4 Debugging Features

Guile includes debugging tools to help you work out what is going wrong when a program signals an error or behaves differently to how you would expect. This chapter describes how to use these tools.

Broadly speaking, Guile's debugging support allows you to do two things:

The details are more complex and more powerful ...