You are viewing a single thread.
View all comments
49 points

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).

permalink
report
reply
6 points

dbg!() for Rust users

permalink
report
parent
reply
7 points
*

Don’t you want it to look a little nicer? echo __LINE__ . “: Moo!”;

I mean, presuming cowsay is unavailable

permalink
report
parent
reply
9 points

That’s console.trace() for all you JS devs out there.

permalink
report
parent
reply
3 points
*

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.

console.trace({i, list});
// {i: 1, list: [0, 1, 2]}
permalink
report
parent
reply
1 point

I also use group and groupend to nicely collapse different logs. and table when i’m feeling funny.

permalink
report
parent
reply
25 points

Did GDB do something bad at some point?

permalink
report
parent
reply
17 points

Yes. It breaks points.

permalink
report
parent
reply
3 points

No

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

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

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics

Community stats

  • 7K

    Monthly active users

  • 731

    Posts

  • 11K

    Comments