Logic Errors and the Gild Debugger

Often, you will be able to build your projects without any errors or warnings, but it will not run as you expected it to. Your program has logic errors-more often referred to as bugs. Gild has a facility that is designed to help you understand what is causing your bugs: the Gild Debugger. The debugger is a robust facility. The easiest way to demonstrate its usage is by example.


Previous | Index | Next