In chapter 5 of \"The Practice of Programming\" Brian Kernighan and Rob Pike write:
As a personal choice, we tend not to use debuggers beyond getting a st
Some bugs may show themselves only in release mode therefore using a debugger may not be possible. In those situations, i often use printf :).