@devilish666 to Programmer [email protected] • 9 months agoC++ Momentimagemessage-square147arrow-up11.04Karrow-down132
arrow-up11.01Karrow-down1imageC++ Moment@devilish666 to Programmer [email protected] • 9 months agomessage-square147
minus-square@[email protected]linkfedilink7•9 months 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-square@[email protected]linkfedilink10•edit-29 months 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-square@[email protected]linkfedilink3•9 months 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
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
deleted by creator