Chapter 6: Debugging Tools

Where the Wild Things Go

In the wild world of debugging, there are tools as useful as they are confusing. Let's face it: sometimes you just need to get in there with the code.

1. The ol' Debugging Log: where every error is a story

A log that's equal parts confessional and war diary, where every error is a battle scar.

Read more on The ol' Debugging Log

2. GDB: where the code speaks louder than words

A tool that lets you talk back to your code, where every error message is a chance to make amends.

Read more on GDB

3. The ol' Debugging Game: where every bug is a level

A game where debugging is a challenge, where every level is a new bug to squash.

Read more on The ol' Debugging Game

And so it begins... The ol' Debugging Marathon

Back to the index