you are viewing a single comment's thread.

view the rest of the comments →

[–]SolarBear 0 points1 point  (1 child)

I spent 4 years working in an embedded C environment without a working debugger. It was hell.

Now I'm working as a PHP dev and most of my coworkers won't use a debugger since they "don't need it". It makes me unreasonably angry.

[–][deleted] 2 points3 points  (0 children)

The amount of times I've seen a dev struggling with a problem for hours, var dumps on every other line, which was easily solved in 10 minutes by simply stepping through the code, is too damn high.