Table of Contents > MediaTools
What is a debugger?

A debugger is a tool programmers use to look into the guts of a program -- usually one that is behaving incorrectly, find out what's wrong with it, and in turn, figure out how to correct it.

    So, your program's not working, huh?

    Using the Debugger