devilish666@lemmy.world to Programmer Humor · 9 months agoC++ Momentlemmy.worldimagemessage-square155fedilinkarrow-up11.04Karrow-down132
arrow-up11.01Karrow-down1imageC++ Momentlemmy.worlddevilish666@lemmy.world to Programmer Humor · 9 months agomessage-square155fedilink
minus-squareKogasa@programming.devlinkfedilinkarrow-up6·9 months agoC# tells you the call site/method name and line number right at the top. It’s only really annoying when you have aggregate exceptions, which sometimes occur because someone async’d wrong
minus-squareOmega_HaxorslinkfedilinkEnglisharrow-up2·9 months agoActually getting there is the other part. It’s not like java where you can go down the chain if the problem isn’t where it says it is.
C# tells you the call site/method name and line number right at the top. It’s only really annoying when you have aggregate exceptions, which sometimes occur because someone async’d wrong
Actually getting there is the other part. It’s not like java where you can go down the chain if the problem isn’t where it says it is.