776
print('here1');
(lazysoci.al)
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.
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
).Did GDB do something bad at some point?
Yes. It breaks points.
No
That's
console.trace()
for all you JS devs out there.I always combine that with objects with the shorthand notation. So you always know what variable has what value without having to remember in what order you printed the variables.
I also use group and groupend to nicely collapse different logs. and table when i'm feeling funny.
Don't you want it to look a little nicer? echo __LINE__ . ": Moo!";
I mean, presuming cowsay is unavailable
dbg!()
for Rust users