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
The reason to use debugger as a last resort?
Because ,usually, I can find the bug much faster by using other techniques than using a debugger.