Ask HN: How often do you use a debugger?
https://news.ycombinator.com/item?id=4012674I wanted to know if the HN community uses a debugger during development.
I have this feeling that developers who create native apps use it a lot. But web developers don't, from what I see, most of web dev use print/echos/var_dumps and so on.
Why aren't we all using debuggers ?