====== GDB ====== ==== What is GDB? ==== From the GNU ((http://www.gnu.org/software/gdb/)) definition, > GDB, the GNU Project debugger, allows you to see what is going on `inside' another program when it executes -- or what another program was doing at the moment it crashed. === Watchpoints === GDB watchpoints can be used to stop the program whenever the value of an expression changes. FIXME This is a recently created page. Add more stuff to it.