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
Two reasons for not using a debugger include:
I don't know if I'm "that kind of programmer" but I don't see what you'd want of a debugger beyond:
I've heard some people suggest that you step through code with a debugger when you write it, as a kind of code inspection, but I don't do that.