this post was submitted on 02 Aug 2024
759 points (97.7% liked)

Programmer Humor

19423 readers
97 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] xmunk@sh.itjust.works 49 points 2 months ago (8 children)

echo __LINE__ . "Moo\n";

Honestly if you're not including the LoC in your debug statement I don't even fucking understand you.

But yeah, senior devs know the power of breadcrumb debugging (because most of us were deeply scarred by gdb).

[โ€“] flying_sheep@lemmy.ml 6 points 2 months ago

dbg!() for Rust users

load more comments (7 replies)