this post was submitted on 07 Jul 2023
1912 points (98.3% liked)

Programmer Humor

32710 readers
766 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Crow 101 points 2 years ago (20 children)

Ten years into casual programming and I still don’t know how to use a debugger.

[–] ghariksforge 50 points 2 years ago (13 children)

I believe in a conspiracy theory that nobody uses debuggers.

[–] [email protected] 27 points 2 years ago (3 children)

I have used them occasionally. It's sometimes easier to use logging because you can dump an enormous amount of information and quickly then look through it if you already know what kind of information you want to look at. Debuggers are better when you have no idea what the hell is going wrong and need to get a little bit of info from everything instead of a lot of info from one thing.

[–] croobat 7 points 2 years ago

Grep log will outlive us all

load more comments (2 replies)
load more comments (11 replies)
load more comments (17 replies)