devilish666@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoC++ Momentlemmy.worldimagemessage-square153fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square153fedilink
minus-squarelowleveldata@programming.devlinkfedilinkarrow-up0·1 year ago 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
minus-squareSkull giver@popplesburger.hilciferous.nllinkfedilinkarrow-up0·1 year agoI don’t know any programming language where that isn’t the case, though. Unless you’re writing another SerenityOS, you’ll probably use external frameworks and libraries to take care of all the uninteresting stuff.
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up0·edit-21 year agoDoes 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!
minus-squareBangersAndMash@lemmy.worldlinkfedilinkarrow-up0·1 year agoIs it possible to make intelliJ do this?
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up0·1 year agoI thought it highlighted the line number in blue when it was your code. I use eclipse so can’t properly remember
Which is usually not a piece of code written by us and is caused by another piece of code not written by us either
I don’t know any programming language where that isn’t the case, though. Unless you’re writing another SerenityOS, you’ll probably use external frameworks and libraries to take care of all the uninteresting stuff.
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!
Is it possible to make intelliJ do this?
I thought it highlighted the line number in blue when it was your code. I use eclipse so can’t properly remember