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

Programmer Humor

32318 readers
180 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
[–] [email protected] 27 points 1 year ago (2 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.

[–] [email protected] 17 points 1 year ago (1 children)

I work with 20 year old legacy spaghetti code, the debugger has become one of my most treasured tools.

[–] croobat 7 points 1 year ago

Grep log will outlive us all