this post was submitted on 28 Feb 2024
1005 points (97.0% liked)

Programmer Humor

32263 readers
65 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
[–] lowleveldata@programming.dev 7 points 7 months ago (2 children)

you can follow any exception down to the exact line of code

Which is usually not a piece of code written by us and is caused by another piece of code not written by us either

[–] MyNameIsRichard@lemmy.ml 10 points 7 months ago* (last edited 7 months ago) (1 children)

Does your IDE not highlight the lines written by you in a different colour? Of course that doesn't help when it's an error in production!

[–] BangersAndMash@lemmy.world 1 points 7 months ago (1 children)

Is it possible to make intelliJ do this?

[–] MyNameIsRichard@lemmy.ml 3 points 7 months ago

I thought it highlighted the line number in blue when it was your code. I use eclipse so can't properly remember